Namespaces | |
| climate | |
| config_flow | |
| const | |
| coordinator | |
| entity | |
| sensor | |
| switch | |
Functions | |
| None | async_migrate_unique_id (HomeAssistant hass, ConfigEntry config_entry, Appliance device) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
| dict[str, str]|None | update_unique_id (er.RegistryEntry entity_entry, str unique_id) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| list | PLATFORMS = [Platform.CLIMATE, Platform.SENSOR, Platform.SWITCH] |
Platform for the Daikin AC.
| None homeassistant.components.daikin.async_migrate_unique_id | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry, | ||
| Appliance | device | ||
| ) |
Migrate old entry.
Definition at line 82 of file __init__.py.
| bool homeassistant.components.daikin.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Establish connection with Daikin.
Definition at line 35 of file __init__.py.
| bool homeassistant.components.daikin.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 72 of file __init__.py.
| dict[str, str] | None homeassistant.components.daikin.update_unique_id | ( | er.RegistryEntry | entity_entry, |
| str | unique_id | ||
| ) |
Update unique ID of entity entry.
Definition at line 166 of file __init__.py.
|
private |
Definition at line 29 of file __init__.py.
| list homeassistant.components.daikin.PLATFORMS = [Platform.CLIMATE, Platform.SENSOR, Platform.SWITCH] |
Definition at line 32 of file __init__.py.