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

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]
 

Detailed Description

Platform for the Daikin AC.

Function Documentation

◆ async_migrate_unique_id()

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.

◆ async_setup_entry()

bool homeassistant.components.daikin.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Establish connection with Daikin.

Definition at line 35 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.daikin.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Unload a config entry.

Definition at line 72 of file __init__.py.

◆ update_unique_id()

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.

Variable Documentation

◆ _LOGGER

homeassistant.components.daikin._LOGGER = logging.getLogger(__name__)
private

Definition at line 29 of file __init__.py.

◆ PLATFORMS

list homeassistant.components.daikin.PLATFORMS = [Platform.CLIMATE, Platform.SENSOR, Platform.SWITCH]

Definition at line 32 of file __init__.py.