From c10b2d22040b66cb7ced274869297ab07ede91e0 Mon Sep 17 00:00:00 2001 From: Richard Cox Date: Sun, 15 May 2016 13:50:42 -0700 Subject: [PATCH] Nest Protect sensor support (#479) --- source/_components/sensor.nest.markdown | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/source/_components/sensor.nest.markdown b/source/_components/sensor.nest.markdown index 5cbf2782abe..2cd7e1c9dde 100644 --- a/source/_components/sensor.nest.markdown +++ b/source/_components/sensor.nest.markdown @@ -12,7 +12,7 @@ ha_category: Sensor --- -The `nest` sensor platform let you monitor sensors connected to your [Nest](https://nest.com) thermostat. +The `nest` sensor platform let you monitor sensors connected to your [Nest](https://nest.com) thermostat and/or your Nest Protect Smoke Alarm. To set it up, add the following information to your `configuration.yaml` file: @@ -35,6 +35,8 @@ sensor: - 'weather_humidity' - 'wind_speed' - 'wind_direction' + - 'co_status' + - 'smoke_status' ``` Configuration variables: @@ -55,5 +57,6 @@ Configuration variables: - 'weather_humidity' - 'wind_speed' - 'wind_direction' - + - 'co_status' # Nest Protect only + - 'smoke_status' # Nest Protect only

You must have the [Nest component](/components/nest/) configured to use this sensor.