From 5bde64b3a1ad713e80a60a92c05af249f852f4a1 Mon Sep 17 00:00:00 2001 From: tilphousia Date: Sun, 21 Aug 2016 03:21:10 -0400 Subject: [PATCH] Add stage 1 heater state to monitored conditions (#809) Condition for monitoring Stage 1 heat was missing from the list. Added in line 25. --- source/_components/binary_sensor.nest.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_components/binary_sensor.nest.markdown b/source/_components/binary_sensor.nest.markdown index 014b0c3f727..80bd603b05e 100644 --- a/source/_components/binary_sensor.nest.markdown +++ b/source/_components/binary_sensor.nest.markdown @@ -22,6 +22,7 @@ binary_sensor: monitored_conditions: - 'fan' - 'hvac_ac_state' + - 'hvac_heater_state' - 'hvac_aux_heater_state' - 'hvac_heat_x2_state' - 'hvac_heat_x3_state'