From 736a3c538b97de9f56e5771339d8b84c244a9446 Mon Sep 17 00:00:00 2001 From: Richard Mitchell Date: Thu, 18 Apr 2019 14:26:41 +0100 Subject: [PATCH] Document experimental Home Assistant integration --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index faac522..ce1c9b8 100644 --- a/README.md +++ b/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 +```