mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 15:47:12 +00:00
Merge pull request #1217 from jaharkes/nest_heating
Nest binary sensor fixes
This commit is contained in:
commit
7ba7747ce8
@ -13,10 +13,11 @@ import homeassistant.components.nest as nest
|
|||||||
from homeassistant.components.sensor.nest import NestSensor
|
from homeassistant.components.sensor.nest import NestSensor
|
||||||
from homeassistant.components.binary_sensor import BinarySensorDevice
|
from homeassistant.components.binary_sensor import BinarySensorDevice
|
||||||
|
|
||||||
|
DEPENDENCIES = ['nest']
|
||||||
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