Home Assistant Unofficial Reference 2024.12.1
discovery.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.unifiprotect.discovery
 

Functions

list[UnifiDevice] homeassistant.components.unifiprotect.discovery.async_discover_devices ()
 
None homeassistant.components.unifiprotect.discovery.async_start_discovery (HomeAssistant hass)
 
None homeassistant.components.unifiprotect.discovery.async_trigger_discovery (HomeAssistant hass, list[UnifiDevice] discovered_devices)
 

Variables

 homeassistant.components.unifiprotect.discovery._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.unifiprotect.discovery.DISCOVERY = "discovery"
 
 homeassistant.components.unifiprotect.discovery.DISCOVERY_INTERVAL = timedelta(minutes=60)