Merge pull request #260 from davidedmundson/master

Fix example for Nest binary sensor
This commit is contained in:
Fabian Affolter 2016-02-27 21:44:02 +01:00
commit f372a5a71b

View File

@ -17,7 +17,7 @@ The `nest` binary sensor platform let you monitor various states of a thermostat
To set it up, add the following information to your `configuration.yaml` file: To set it up, add the following information to your `configuration.yaml` file:
```yaml ```yaml
sensor: binary_sensor:
platform: nest platform: nest
monitored_conditions: monitored_conditions:
- 'fan' - 'fan'