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

Namespaces

 
 
 

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"
 

Detailed Description

Component for the Somfy MyLink device supporting the Synergy API.

Function Documentation

◆ _async_update_listener()

None homeassistant.components.somfy_mylink._async_update_listener ( HomeAssistant  hass,
ConfigEntry  entry 
)
private
Handle options update.

Definition at line 60 of file __init__.py.

◆ async_setup_entry()

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.

◆ async_unload_entry()

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

Definition at line 65 of file __init__.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 16 of file __init__.py.

◆ UNDO_UPDATE_LISTENER

string homeassistant.components.somfy_mylink.UNDO_UPDATE_LISTENER = "undo_update_listener"

Definition at line 14 of file __init__.py.