Home Assistant Unofficial Reference 2024.12.1
discovery.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.elkm1.discovery
 

Functions

str homeassistant.components.elkm1.discovery._short_mac (str mac_address)
 
ElkSystem|None homeassistant.components.elkm1.discovery.async_discover_device (HomeAssistant hass, str host)
 
list[ElkSystem] homeassistant.components.elkm1.discovery.async_discover_devices (HomeAssistant hass, int timeout, str|None address=None)
 
None homeassistant.components.elkm1.discovery.async_trigger_discovery (HomeAssistant hass, list[ElkSystem] discovered_devices)
 
bool homeassistant.components.elkm1.discovery.async_update_entry_from_discovery (HomeAssistant hass, config_entries.ConfigEntry entry, ElkSystem device)
 

Variables

 homeassistant.components.elkm1.discovery._LOGGER = logging.getLogger(__name__)