mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 22:36:51 +00:00
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
This commit is contained in:
parent
d735c5d385
commit
b9300784b9
@ -51,12 +51,12 @@ The following conditions are available by device:
|
|||||||
- operation\_mode
|
- operation\_mode
|
||||||
- temperature
|
- temperature
|
||||||
- target
|
- 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:
|
- Nest Protect:
|
||||||
- co\_status: `Ok`, `Warning`, or `Emergency`
|
- co\_status: `Ok`, `Warning` or `Emergency`
|
||||||
- smoke\_status: `Ok`, `Warning`, or `Emergency`
|
- smoke\_status: `Ok`, `Warning` or `Emergency`
|
||||||
- battery\_health: `Ok` or `Replace`
|
- 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
|
- Nest Camera: none
|
||||||
|
|
||||||
## {% linkable_title Security State %}
|
## {% linkable_title Security State %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user