mirror of
https://github.com/mitchellrj/eufy_robovac.git
synced 2025-11-25 20:52:41 +00:00
Document experimental Home Assistant integration
This commit is contained in:
16
README.md
16
README.md
@@ -26,3 +26,19 @@ The demo:
|
||||
* sends the device home,
|
||||
* waits 10 seconds,
|
||||
* disconnects & exits
|
||||
|
||||
## Home Assistant integration
|
||||
|
||||
**EXPERIMENTAL!**
|
||||
|
||||
Copy the contents of the `eufy_robovac` folder to `custom_components/eufy_vacuum` in your home assistant configuration directory. Then add the following to your configuration file:
|
||||
|
||||
```
|
||||
eufy_vacuum:
|
||||
devices:
|
||||
- name: Robovac
|
||||
address: 192.168.1.80
|
||||
access_token: YOUR LOCAL KEY HERE
|
||||
id: YOUR DEVICE ID HERE
|
||||
type: T2118
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user