mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 22:27:07 +00:00
The Nest binary sensor can also track when heating system is running.
This commit is contained in:
parent
7241762bcc
commit
3f7ff2b1d4
@ -17,6 +17,7 @@ from homeassistant.components.binary_sensor import BinarySensorDevice
|
|||||||
BINARY_TYPES = ['fan',
|
BINARY_TYPES = ['fan',
|
||||||
'hvac_ac_state',
|
'hvac_ac_state',
|
||||||
'hvac_aux_heater_state',
|
'hvac_aux_heater_state',
|
||||||
|
'hvac_heater_state',
|
||||||
'hvac_heat_x2_state',
|
'hvac_heat_x2_state',
|
||||||
'hvac_heat_x3_state',
|
'hvac_heat_x3_state',
|
||||||
'hvac_alt_heat_state',
|
'hvac_alt_heat_state',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user