Fixed examples of nest sensor/binary sensor

This commit is contained in:
Ryan Turner 2016-01-31 16:33:05 -06:00
parent 6f86a1581e
commit 7a14099d8e
2 changed files with 15 additions and 15 deletions

View file

@ -20,15 +20,15 @@ To set it up, add the following information to your `configuration.yaml` file:
sensor:
platform: nest
monitored_conditions:
- 'temperature',
- 'target',
- 'away_temperature[0]',
- 'temperature'
- 'target'
- 'away_temperature[0]'
- 'away_temperature[1]'
- 'humidity',
- 'mode',
- 'last_ip',
- 'local_ip',
- 'last_connection',
- 'humidity'
- 'mode'
- 'last_ip'
- 'local_ip'
- 'last_connection'
- 'battery_level'
```