Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the Mill heater component."""
2 
3 ATTR_AWAY_TEMP = "away_temp"
4 ATTR_COMFORT_TEMP = "comfort_temp"
5 ATTR_ROOM_NAME = "room_name"
6 ATTR_SLEEP_TEMP = "sleep_temp"
7 BATTERY = "battery"
8 CLOUD = "Cloud"
9 CONNECTION_TYPE = "connection_type"
10 CONSUMPTION_TODAY = "day_consumption"
11 CONSUMPTION_YEAR = "year_consumption"
12 DOMAIN = "mill"
13 ECO2 = "eco2"
14 HUMIDITY = "humidity"
15 LOCAL = "Local"
16 MANUFACTURER = "Mill"
17 MAX_TEMP = 35
18 MIN_TEMP = 5
19 SERVICE_SET_ROOM_TEMP = "set_room_temperature"
20 TEMPERATURE = "current_temp"
21 TVOC = "tvoc"