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) |
The Electra Air Conditioner integration.
| 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.
| bool homeassistant.components.electrasmart.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 37 of file __init__.py.
| None homeassistant.components.electrasmart.update_listener | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry | ||
| ) |
Update listener.
Definition at line 45 of file __init__.py.