From 08bfbbacf489cda7fdc15fdac0a11b5907bfe918 Mon Sep 17 00:00:00 2001 From: HFeenstra Date: Sun, 14 Oct 2018 14:31:41 +0200 Subject: [PATCH] Update evohome.markdown (#6796) line 32: username has an - which should not be there. There is only one component: Evohome. So username and password and location_idx should be two spaces backwards. As requested. This has been tested by me. --- source/_components/evohome.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_components/evohome.markdown b/source/_components/evohome.markdown index 6a69e5b7413..eaa1706bb5a 100644 --- a/source/_components/evohome.markdown +++ b/source/_components/evohome.markdown @@ -29,9 +29,9 @@ To use this component in your installation, add the following to your `configura ```yaml # Example configuration.yaml entry evohome: - - username: YOUR_USERNAME - password: YOUR_PASSWORD - location_idx: 0 + username: YOUR_USERNAME + password: YOUR_PASSWORD + location_idx: 0 ``` This is a IoT cloud-polling device, and the `scan_interval` is currently fixed at 3 minutes. Testing has indicated that this is a safe interval that - by itself - shouldn't cause you to be rate-limited by Honeywell.