From edd064d67390b0425260c18ee7347a45879c1ad0 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 9 Sep 2015 11:58:42 +0200 Subject: [PATCH] Add variable description --- source/components/thermostat.nest.markdown | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/source/components/thermostat.nest.markdown b/source/components/thermostat.nest.markdown index ca75e22a1fb..e4446633758 100644 --- a/source/components/thermostat.nest.markdown +++ b/source/components/thermostat.nest.markdown @@ -17,10 +17,15 @@ To set it up, add the following information to your `configuration.yaml` file: ``` thermostat: platform: nest - username: myemail@mydomain.com - password: mypassword + username: USERNAME + password: PASSWORD ``` +Configuration variables: + +- **username** (*Required*): Your Nest username. +- **password** (*Required*): Your Nest password. +