Namespaces | |
| binary_sensor | |
| climate | |
| config_flow | |
| const | |
| coordinator | |
| cover | |
| fan | |
| light | |
| lock | |
| sensor | |
| switch | |
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) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
Support for freedompro.
| bool homeassistant.components.freedompro.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up Freedompro from a config entry.
Definition at line 29 of file __init__.py.
| bool homeassistant.components.freedompro.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 46 of file __init__.py.
| None homeassistant.components.freedompro.update_listener | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry | ||
| ) |
Update listener.
Definition at line 55 of file __init__.py.
|
private |
Definition at line 15 of file __init__.py.