The Nest binary sensor can also track when heating system is running.

This commit is contained in:
Jan Harkes 2016-01-27 09:22:21 -05:00
parent 7241762bcc
commit 3f7ff2b1d4

View File

@ -17,6 +17,7 @@ from homeassistant.components.binary_sensor import BinarySensorDevice
BINARY_TYPES = ['fan',
'hvac_ac_state',
'hvac_aux_heater_state',
'hvac_heater_state',
'hvac_heat_x2_state',
'hvac_heat_x3_state',
'hvac_alt_heat_state',