Classes | |
| class | DaikinClimate |
Functions | |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities) |
| str | format_target_temperature (float target_temperature) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | DAIKIN_ATTR_ADVANCED = "adv" |
| dictionary | DAIKIN_TO_HA_STATE |
| dictionary | HA_ATTR_TO_DAIKIN |
| dictionary | HA_PRESET_TO_DAIKIN |
| dictionary | HA_STATE_TO_CURRENT_HVAC |
| dictionary | HA_STATE_TO_DAIKIN |
Support for the Daikin HVAC.
| None homeassistant.components.daikin.climate.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Set up Daikin climate based on config_entry.
Definition at line 85 of file climate.py.
| str homeassistant.components.daikin.climate.format_target_temperature | ( | float | target_temperature | ) |
Format target temperature to be sent to the Daikin unit, rounding to nearest half degree.
Definition at line 93 of file climate.py.
|
private |
Definition at line 38 of file climate.py.
| string homeassistant.components.daikin.climate.DAIKIN_ATTR_ADVANCED = "adv" |
Definition at line 82 of file climate.py.
| dictionary homeassistant.components.daikin.climate.DAIKIN_TO_HA_STATE |
Definition at line 50 of file climate.py.
| dictionary homeassistant.components.daikin.climate.HA_ATTR_TO_DAIKIN |
Definition at line 72 of file climate.py.
| dictionary homeassistant.components.daikin.climate.HA_PRESET_TO_DAIKIN |
Definition at line 65 of file climate.py.
| dictionary homeassistant.components.daikin.climate.HA_STATE_TO_CURRENT_HVAC |
Definition at line 59 of file climate.py.
| dictionary homeassistant.components.daikin.climate.HA_STATE_TO_DAIKIN |
Definition at line 41 of file climate.py.