Update to more clearly define options with Nest (#1513)

Based on discussion in this thread.  https://community.home-assistant.io/t/nest-protect-configuration/1327/11
This commit is contained in:
SilvrrGIT 2016-11-28 11:07:50 -06:00 committed by Fabian Affolter
parent c691bd3755
commit d07366687e
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -38,19 +38,25 @@ sensor:
Configuration variables:
- **monitored_conditions** array (*Required*): States to monitor.
- 'temperature'
- 'target'
- 'humidity'
- 'operation_mode'
- 'last_ip'
- 'local_ip'
- 'last_connection'
- 'battery_level'
- 'weather_condition'
- 'weather_temperature'
- 'weather_humidity'
- 'wind_speed'
- 'wind_direction'
- 'co_status' # Nest Protect only
- 'smoke_status' # Nest Protect only
The following conditions can be monitored with a Nest Thermostat or Protect.
- 'battery_level'
The following conditions can be monitored with a Nest Thermostat only.
- 'temperature'
- 'target'
- 'humidity'
- 'operation_mode'
- 'last_ip'
- 'local_ip'
- 'last_connection'
- 'weather_condition'
- 'weather_temperature'
- 'weather_humidity'
- 'wind_speed'
- 'wind_direction'
The following conditions can be monitored with a Nest Protect only.
- 'co_status'
- 'smoke_status'