1 """Constants for Hive."""
6 ATTR_TIME_PERIOD =
"time_period"
9 CONF_DEVICE_NAME =
"device_name"
10 CONFIG_ENTRY_VERSION = 1
14 Platform.ALARM_CONTROL_PANEL,
15 Platform.BINARY_SENSOR,
20 Platform.WATER_HEATER,
23 Platform.ALARM_CONTROL_PANEL:
"alarm_control_panel",
24 Platform.BINARY_SENSOR:
"binary_sensor",
25 Platform.CLIMATE:
"climate",
26 Platform.LIGHT:
"light",
27 Platform.SENSOR:
"sensor",
28 Platform.SWITCH:
"switch",
29 Platform.WATER_HEATER:
"water_heater",
31 SERVICE_BOOST_HOT_WATER =
"boost_hot_water"
32 SERVICE_BOOST_HEATING_ON =
"boost_heating_on"
33 SERVICE_BOOST_HEATING_OFF =
"boost_heating_off"
34 WATER_HEATER_MODES = [
"on",
"off"]