Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.daikin
 

Functions

None homeassistant.components.daikin.async_migrate_unique_id (HomeAssistant hass, ConfigEntry config_entry, Appliance device)
 
bool homeassistant.components.daikin.async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.daikin.async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 
dict[str, str]|None homeassistant.components.daikin.update_unique_id (er.RegistryEntry entity_entry, str unique_id)
 

Variables

 homeassistant.components.daikin._LOGGER = logging.getLogger(__name__)
 
list homeassistant.components.daikin.PLATFORMS = [Platform.CLIMATE, Platform.SENSOR, Platform.SWITCH]