From 6784226c50b61e80a272e0288e9e43cead5611d8 Mon Sep 17 00:00:00 2001 From: Roberto Cc <4264711+marotoweb@users.noreply.github.com> Date: Wed, 29 Jun 2022 19:06:33 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1abf73f..ec3c28e 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,12 @@ vacuum: host: 192.168.68.105 token: !secret vacuum name: Viomi SE + # do not flood the vacuum with requests with scan_interval + scan_interval: 30 ``` Note: Vacuum token can be extracted by following [this guide](https://www.home-assistant.io/integrations/xiaomi_miio/#retrieving-the-access-token). I recommend using the python script method to extract the token as it is simpler, and only requires you to enter your Xiaomi Cloud username and password. These are the credentials used for the Xiaomi Home app (_not ones from Viomi Robot app_). + +## Recommended lovelace card with user-friendly way to fully control Viomi +* [*Lovelace Vacuum Map card*](https://github.com/PiotrMachowski/lovelace-xiaomi-vacuum-map-card)