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

Namespaces

 climate
 
 config_flow
 
 const
 

Functions

bool async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 
None update_listener (HomeAssistant hass, ConfigEntry config_entry)
 

Detailed Description

The Electra Air Conditioner integration.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.electrasmart.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Set up Electra Smart Air Conditioner from a config entry.

Definition at line 20 of file __init__.py.

◆ async_unload_entry()

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

Definition at line 37 of file __init__.py.

◆ update_listener()

None homeassistant.components.electrasmart.update_listener ( HomeAssistant  hass,
ConfigEntry  config_entry 
)
Update listener.

Definition at line 45 of file __init__.py.