1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Add OTGW domestic hot water enable option as service (#25849)

This commit is contained in:
Twan Coenraad
2019-08-14 15:35:05 +02:00
committed by Martin Hjelmare
parent 45bbd080f1
commit 76b781829e
3 changed files with 46 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ from homeassistant.const import DEVICE_CLASS_TEMPERATURE, TEMP_CELSIUS
ATTR_GW_ID = "gateway_id"
ATTR_MODE = "mode"
ATTR_LEVEL = "level"
ATTR_DHW_OVRD = "dhw_override"
CONF_CLIMATE = "climate"
CONF_FLOOR_TEMP = "floor_temperature"
@@ -21,6 +22,7 @@ DEVICE_CLASS_PROBLEM = "problem"
SERVICE_RESET_GATEWAY = "reset_gateway"
SERVICE_SET_CLOCK = "set_clock"
SERVICE_SET_CONTROL_SETPOINT = "set_control_setpoint"
SERVICE_SET_HOT_WATER_OVRD = "set_hot_water_ovrd"
SERVICE_SET_GPIO_MODE = "set_gpio_mode"
SERVICE_SET_LED_MODE = "set_led_mode"
SERVICE_SET_MAX_MOD = "set_max_modulation"