Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.mill.const Namespace Reference

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"
 

Detailed Description

Constants for the Mill heater component.

Variable Documentation

◆ ATTR_AWAY_TEMP

string homeassistant.components.mill.const.ATTR_AWAY_TEMP = "away_temp"

Definition at line 3 of file const.py.

◆ ATTR_COMFORT_TEMP

string homeassistant.components.mill.const.ATTR_COMFORT_TEMP = "comfort_temp"

Definition at line 4 of file const.py.

◆ ATTR_ROOM_NAME

string homeassistant.components.mill.const.ATTR_ROOM_NAME = "room_name"

Definition at line 5 of file const.py.

◆ ATTR_SLEEP_TEMP

string homeassistant.components.mill.const.ATTR_SLEEP_TEMP = "sleep_temp"

Definition at line 6 of file const.py.

◆ BATTERY

string homeassistant.components.mill.const.BATTERY = "battery"

Definition at line 7 of file const.py.

◆ CLOUD

string homeassistant.components.mill.const.CLOUD = "Cloud"

Definition at line 8 of file const.py.

◆ CONNECTION_TYPE

string homeassistant.components.mill.const.CONNECTION_TYPE = "connection_type"

Definition at line 9 of file const.py.

◆ CONSUMPTION_TODAY

string homeassistant.components.mill.const.CONSUMPTION_TODAY = "day_consumption"

Definition at line 10 of file const.py.

◆ CONSUMPTION_YEAR

string homeassistant.components.mill.const.CONSUMPTION_YEAR = "year_consumption"

Definition at line 11 of file const.py.

◆ DOMAIN

string homeassistant.components.mill.const.DOMAIN = "mill"

Definition at line 12 of file const.py.

◆ ECO2

string homeassistant.components.mill.const.ECO2 = "eco2"

Definition at line 13 of file const.py.

◆ HUMIDITY

string homeassistant.components.mill.const.HUMIDITY = "humidity"

Definition at line 14 of file const.py.

◆ LOCAL

string homeassistant.components.mill.const.LOCAL = "Local"

Definition at line 15 of file const.py.

◆ MANUFACTURER

string homeassistant.components.mill.const.MANUFACTURER = "Mill"

Definition at line 16 of file const.py.

◆ MAX_TEMP

int homeassistant.components.mill.const.MAX_TEMP = 35

Definition at line 17 of file const.py.

◆ MIN_TEMP

int homeassistant.components.mill.const.MIN_TEMP = 5

Definition at line 18 of file const.py.

◆ SERVICE_SET_ROOM_TEMP

string homeassistant.components.mill.const.SERVICE_SET_ROOM_TEMP = "set_room_temperature"

Definition at line 19 of file const.py.

◆ TEMPERATURE

string homeassistant.components.mill.const.TEMPERATURE = "current_temp"

Definition at line 20 of file const.py.

◆ TVOC

string homeassistant.components.mill.const.TVOC = "tvoc"

Definition at line 21 of file const.py.