Variables | |
| string | ATTR_AWAY_TEMP = "away_temp" |
| string | ATTR_COMFORT_TEMP = "comfort_temp" |
| string | ATTR_ROOM_NAME = "room_name" |
| string | ATTR_SLEEP_TEMP = "sleep_temp" |
| string | BATTERY = "battery" |
| string | CLOUD = "Cloud" |
| string | CONNECTION_TYPE = "connection_type" |
| string | CONSUMPTION_TODAY = "day_consumption" |
| string | CONSUMPTION_YEAR = "year_consumption" |
| string | DOMAIN = "mill" |
| string | ECO2 = "eco2" |
| string | HUMIDITY = "humidity" |
| string | LOCAL = "Local" |
| string | MANUFACTURER = "Mill" |
| int | MAX_TEMP = 35 |
| int | MIN_TEMP = 5 |
| string | SERVICE_SET_ROOM_TEMP = "set_room_temperature" |
| string | TEMPERATURE = "current_temp" |
| string | TVOC = "tvoc" |
Constants for the Mill heater component.
| string homeassistant.components.mill.const.ATTR_AWAY_TEMP = "away_temp" |
| string homeassistant.components.mill.const.ATTR_COMFORT_TEMP = "comfort_temp" |
| string homeassistant.components.mill.const.ATTR_ROOM_NAME = "room_name" |
| string homeassistant.components.mill.const.ATTR_SLEEP_TEMP = "sleep_temp" |
| string homeassistant.components.mill.const.BATTERY = "battery" |
| string homeassistant.components.mill.const.CONNECTION_TYPE = "connection_type" |
| string homeassistant.components.mill.const.CONSUMPTION_TODAY = "day_consumption" |
| string homeassistant.components.mill.const.CONSUMPTION_YEAR = "year_consumption" |
| string homeassistant.components.mill.const.HUMIDITY = "humidity" |
| string homeassistant.components.mill.const.MANUFACTURER = "Mill" |
| string homeassistant.components.mill.const.SERVICE_SET_ROOM_TEMP = "set_room_temperature" |
| string homeassistant.components.mill.const.TEMPERATURE = "current_temp" |