diff --git a/source/_components/thermostat.markdown b/source/_components/thermostat.markdown index 0bbd8df4ca4..d47b2728c4a 100644 --- a/source/_components/thermostat.markdown +++ b/source/_components/thermostat.markdown @@ -11,15 +11,6 @@ footer: true Thermostats offer Home Assistant a peek into the current and target temperature in a house. Some thermostats will also offer an away mode that will lower use of heating/cooling. -To set it up, add the following information to your `configuration.yaml` file: - -``` -thermostat: - platform: nest - username: myemail@mydomain.com - password: mypassword -``` -