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

Variables

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

Detailed Description

Constants for Daikin.

Variable Documentation

◆ ATTR_COMPRESSOR_FREQUENCY

string homeassistant.components.daikin.const.ATTR_COMPRESSOR_FREQUENCY = "compressor_frequency"

Definition at line 12 of file const.py.

◆ ATTR_COOL_ENERGY

string homeassistant.components.daikin.const.ATTR_COOL_ENERGY = "cool_energy"

Definition at line 15 of file const.py.

◆ ATTR_ENERGY_TODAY

string homeassistant.components.daikin.const.ATTR_ENERGY_TODAY = "energy_today"

Definition at line 14 of file const.py.

◆ ATTR_HEAT_ENERGY

string homeassistant.components.daikin.const.ATTR_HEAT_ENERGY = "heat_energy"

Definition at line 16 of file const.py.

◆ ATTR_HUMIDITY

string homeassistant.components.daikin.const.ATTR_HUMIDITY = "humidity"

Definition at line 10 of file const.py.

◆ ATTR_INSIDE_TEMPERATURE

string homeassistant.components.daikin.const.ATTR_INSIDE_TEMPERATURE = "inside_temperature"

Definition at line 6 of file const.py.

◆ ATTR_OUTSIDE_TEMPERATURE

string homeassistant.components.daikin.const.ATTR_OUTSIDE_TEMPERATURE = "outside_temperature"

Definition at line 7 of file const.py.

◆ ATTR_STATE_OFF

string homeassistant.components.daikin.const.ATTR_STATE_OFF = "off"

Definition at line 22 of file const.py.

◆ ATTR_STATE_ON

string homeassistant.components.daikin.const.ATTR_STATE_ON = "on"

Definition at line 21 of file const.py.

◆ ATTR_TARGET_HUMIDITY

string homeassistant.components.daikin.const.ATTR_TARGET_HUMIDITY = "target_humidity"

Definition at line 9 of file const.py.

◆ ATTR_TARGET_TEMPERATURE

string homeassistant.components.daikin.const.ATTR_TARGET_TEMPERATURE = "target_temperature"

Definition at line 5 of file const.py.

◆ ATTR_TOTAL_ENERGY_TODAY

string homeassistant.components.daikin.const.ATTR_TOTAL_ENERGY_TODAY = "total_energy_today"

Definition at line 19 of file const.py.

◆ ATTR_TOTAL_POWER

string homeassistant.components.daikin.const.ATTR_TOTAL_POWER = "total_power"

Definition at line 18 of file const.py.

◆ DOMAIN

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

Definition at line 3 of file const.py.

◆ KEY_IP

string homeassistant.components.daikin.const.KEY_IP = "ip"

Definition at line 25 of file const.py.

◆ KEY_MAC

string homeassistant.components.daikin.const.KEY_MAC = "mac"

Definition at line 24 of file const.py.

◆ TIMEOUT

int homeassistant.components.daikin.const.TIMEOUT = 60

Definition at line 27 of file const.py.