Merge pull request #180 from ryanturner/master

Fixed examples of nest sensor/binary sensor
This commit is contained in:
Paulus Schoutsen 2016-01-31 14:35:31 -08:00
commit d85cbde0e4
2 changed files with 15 additions and 15 deletions

View File

@ -21,13 +21,13 @@ sensor:
platform: nest platform: nest
monitored_conditions: monitored_conditions:
- 'fan' - 'fan'
- 'hvac_ac_state', - 'hvac_ac_state'
- 'hvac_aux_heater_state', - 'hvac_aux_heater_state'
- 'hvac_heat_x2_state', - 'hvac_heat_x2_state'
- 'hvac_heat_x3_state', - 'hvac_heat_x3_state'
- 'hvac_alt_heat_state', - 'hvac_alt_heat_state'
- 'hvac_alt_heat_x2_state', - 'hvac_alt_heat_x2_state'
- 'hvac_emer_heat_state', - 'hvac_emer_heat_state'
- 'online' - 'online'
``` ```

View File

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