From 1ee3eb6f59a2e960100d5068604e19cc5136723a Mon Sep 17 00:00:00 2001 From: Jason Hu Date: Fri, 8 Jun 2018 22:17:02 -0700 Subject: [PATCH] Add color_status sensor for Nest Protect (#5506) --- source/_components/sensor.nest.markdown | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/source/_components/sensor.nest.markdown b/source/_components/sensor.nest.markdown index 28d22c9c571..36cf55bd03d 100644 --- a/source/_components/sensor.nest.markdown +++ b/source/_components/sensor.nest.markdown @@ -47,8 +47,9 @@ The following conditions are available by device: - target - hvac\_state: The currently active state of the HVAC system, `heating`, `cooling`, or `off`. - Nest Protect: - - co\_status - - smoke\_status - - battery\_health + - co\_status: `Ok`, `Warning`, or `Emergency` + - smoke\_status: `Ok`, `Warning`, or `Emergency` + - battery\_health: `Ok` or `Replace` + - color\_status: `gray`, `green`, `yellow`, or `red`. Indicates device status by color in the Nest app UI. It is an aggregate condition for battery+smoke+CO states, and reflects the actual color indicators displayed in the Nest app. - Nest Camera: none