From b9300784b95288be82f70b1ae90b3f115d440fd0 Mon Sep 17 00:00:00 2001 From: Richard Mitchell Date: Mon, 21 Jan 2019 23:04:35 +0000 Subject: [PATCH] Correctly map Nest hvac_state to Home Assistant states. (#8114) * Correctly map Nest hvac_state to Home Assistant states. * Avoid the Oxford comma, the standards say --- source/_components/sensor.nest.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/_components/sensor.nest.markdown b/source/_components/sensor.nest.markdown index 801198eb46b..fe730b1a341 100644 --- a/source/_components/sensor.nest.markdown +++ b/source/_components/sensor.nest.markdown @@ -51,12 +51,12 @@ The following conditions are available by device: - operation\_mode - temperature - target - - hvac\_state: The currently active state of the HVAC system, `heating`, `cooling`, or `off`. + - hvac\_state: The currently active state of the HVAC system, `heat`, `cool` or `off` (previously `heating`, `cooling` or `off`). - Nest Protect: - - co\_status: `Ok`, `Warning`, or `Emergency` - - smoke\_status: `Ok`, `Warning`, or `Emergency` + - 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. + - 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 ## {% linkable_title Security State %}