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 |
Constants for Daikin.
| 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_MAC = "mac" |