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. +