Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.mill.const
 

Variables

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.CLOUD = "Cloud"
 
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.DOMAIN = "mill"
 
string homeassistant.components.mill.const.ECO2 = "eco2"
 
string homeassistant.components.mill.const.HUMIDITY = "humidity"
 
string homeassistant.components.mill.const.LOCAL = "Local"
 
string homeassistant.components.mill.const.MANUFACTURER = "Mill"
 
int homeassistant.components.mill.const.MAX_TEMP = 35
 
int homeassistant.components.mill.const.MIN_TEMP = 5
 
string homeassistant.components.mill.const.SERVICE_SET_ROOM_TEMP = "set_room_temperature"
 
string homeassistant.components.mill.const.TEMPERATURE = "current_temp"
 
string homeassistant.components.mill.const.TVOC = "tvoc"