From 8e3445d62267e9f968d776bb28834c12e030a6dd Mon Sep 17 00:00:00 2001 From: jbrody17 Date: Tue, 13 Aug 2019 15:21:13 -0400 Subject: [PATCH] Thermostat sensor changed from hvac_mode to hvac_state (#10133) --- source/_components/nest.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/nest.markdown b/source/_components/nest.markdown index 7df45246460..0874daf4f25 100644 --- a/source/_components/nest.markdown +++ b/source/_components/nest.markdown @@ -313,7 +313,7 @@ The following conditions are available by device: - preset\_mode - temperature - target - - hvac\_mode: The currently active state of the HVAC system, `heat`, `cool` or `off` (previously `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`