-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add xiaomi_clean_area service; Change platform name; change domain
- Loading branch information
Showing
12 changed files
with
126 additions
and
433 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
# Hacky Home assistant support for Xiaomi vacuum STYJ02YM | ||
# Home assistant support for Viomi Vacuum V8 (STYJ02YM) | ||
|
||
## This is for STYJ02YM (apparently EU version) with 3.5.3_0017 firmware | ||
This is for Viomi Vacuum V8 (STYJ02YM) (apparently EU version) with 3.5.3_0017 firmware. | ||
|
||
### Install: | ||
- install it with HACS | ||
- Add the configuration to configuration.yaml, example: | ||
## Install: | ||
- Install it with [HACS](https://hacs.xyz/) | ||
- Add the configuration to `configuration.yaml`, example: | ||
|
||
```yaml | ||
vacuum: | ||
- platform: miio2 | ||
host: 192.168.68.105 | ||
token: !secret vacuum | ||
name: Mi hihi | ||
- platform: viomi_vacuum_v8 | ||
host: 192.168.0.105 | ||
token: !secret viomi_vacuum_v8_token | ||
name: 'Viomi Vacuum V8' | ||
``` | ||
Services described in the `services.yaml`. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.