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:
parent
e2713a9c58
commit
5bde64b3a1
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ binary_sensor:
|
||||||
monitored_conditions:
|
monitored_conditions:
|
||||||
- 'fan'
|
- 'fan'
|
||||||
- 'hvac_ac_state'
|
- 'hvac_ac_state'
|
||||||
|
- 'hvac_heater_state'
|
||||||
- 'hvac_aux_heater_state'
|
- 'hvac_aux_heater_state'
|
||||||
- 'hvac_heat_x2_state'
|
- 'hvac_heat_x2_state'
|
||||||
- 'hvac_heat_x3_state'
|
- 'hvac_heat_x3_state'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue