mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
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
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user