Add stage 1 heater state to monitored conditions (#809)

Condition for monitoring Stage 1 heat was missing from the list. Added in line 25.
This commit is contained in:
tilphousia 2016-08-21 03:21:10 -04:00 committed by Fabian Affolter
parent e2713a9c58
commit 5bde64b3a1

View File

@ -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'