From 6e49497a981ab67c2bf0438f25034fa8b3aac95b Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 9 Nov 2015 09:50:35 +0100 Subject: [PATCH] Remove sample --- source/_components/thermostat.markdown | 9 --------- 1 file changed, 9 deletions(-) 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 -``` -