Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.daikin.const
 

Variables

string homeassistant.components.daikin.const.ATTR_COMPRESSOR_FREQUENCY = "compressor_frequency"
 
string homeassistant.components.daikin.const.ATTR_COOL_ENERGY = "cool_energy"
 
string homeassistant.components.daikin.const.ATTR_ENERGY_TODAY = "energy_today"
 
string homeassistant.components.daikin.const.ATTR_HEAT_ENERGY = "heat_energy"
 
string homeassistant.components.daikin.const.ATTR_HUMIDITY = "humidity"
 
string homeassistant.components.daikin.const.ATTR_INSIDE_TEMPERATURE = "inside_temperature"
 
string homeassistant.components.daikin.const.ATTR_OUTSIDE_TEMPERATURE = "outside_temperature"
 
string homeassistant.components.daikin.const.ATTR_STATE_OFF = "off"
 
string homeassistant.components.daikin.const.ATTR_STATE_ON = "on"
 
string homeassistant.components.daikin.const.ATTR_TARGET_HUMIDITY = "target_humidity"
 
string homeassistant.components.daikin.const.ATTR_TARGET_TEMPERATURE = "target_temperature"
 
string homeassistant.components.daikin.const.ATTR_TOTAL_ENERGY_TODAY = "total_energy_today"
 
string homeassistant.components.daikin.const.ATTR_TOTAL_POWER = "total_power"
 
string homeassistant.components.daikin.const.DOMAIN = "daikin"
 
string homeassistant.components.daikin.const.KEY_IP = "ip"
 
string homeassistant.components.daikin.const.KEY_MAC = "mac"
 
int homeassistant.components.daikin.const.TIMEOUT = 60