Namespaces | |
| config_flow | |
| const | |
| cover | |
Functions | |
| None | _async_update_listener (HomeAssistant hass, ConfigEntry entry) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | UNDO_UPDATE_LISTENER = "undo_update_listener" |
Component for the Somfy MyLink device supporting the Synergy API.
|
private |
Handle options update.
Definition at line 60 of file __init__.py.
| bool homeassistant.components.somfy_mylink.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up Somfy MyLink from a config entry.
Definition at line 19 of file __init__.py.
| bool homeassistant.components.somfy_mylink.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 65 of file __init__.py.
|
private |
Definition at line 16 of file __init__.py.
| string homeassistant.components.somfy_mylink.UNDO_UPDATE_LISTENER = "undo_update_listener" |
Definition at line 14 of file __init__.py.