From 5a3cffd8be8309d1620d435b9397f538e381e80d Mon Sep 17 00:00:00 2001 From: Alok Saboo Date: Tue, 13 Dec 2016 05:40:05 -0500 Subject: [PATCH] Completed the config (#1586) --- source/_components/climate.honeywell.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_components/climate.honeywell.markdown b/source/_components/climate.honeywell.markdown index 0e7b0566ff3..82d7a40f81c 100644 --- a/source/_components/climate.honeywell.markdown +++ b/source/_components/climate.honeywell.markdown @@ -20,11 +20,12 @@ To set it up, add the following information to your `configuration.yaml` file: climate: platform: honeywell username: YOUR_USERNAME + password: YOUR_PASSWORD ``` Configuration variables: -- **username** (*Required*: The username of an user with access. +- **username** (*Required*): The username of an user with access. - **password** (*Required*): The password for your given admin account. - **away_temperature** (*optional*): Heating setpoint when away mode is on. If omitted it defaults to 16.0 deg C. - **region** (*optional*): Region identifier (either 'eu' or 'us'). Defaults to 'eu' if not provided.