From d07366687ebf998534636ebbe8ad3d54b3e79a62 Mon Sep 17 00:00:00 2001 From: SilvrrGIT Date: Mon, 28 Nov 2016 11:07:50 -0600 Subject: [PATCH] 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 --- source/_components/sensor.nest.markdown | 36 ++++++++++++++----------- 1 file changed, 21 insertions(+), 15 deletions(-) diff --git a/source/_components/sensor.nest.markdown b/source/_components/sensor.nest.markdown index 83ed2eececf..4de66c156e5 100644 --- a/source/_components/sensor.nest.markdown +++ b/source/_components/sensor.nest.markdown @@ -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'