Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.wiz.discovery Namespace Reference

Functions

list[DiscoveredBulb] async_discover_devices (HomeAssistant hass, int timeout)
 
None async_trigger_discovery (HomeAssistant hass, list[DiscoveredBulb] discovered_devices)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

The wiz integration discovery.

Function Documentation

◆ async_discover_devices()

list[DiscoveredBulb] homeassistant.components.wiz.discovery.async_discover_devices ( HomeAssistant  hass,
int   timeout 
)
Discover wiz devices.

Definition at line 21 of file discovery.py.

◆ async_trigger_discovery()

None homeassistant.components.wiz.discovery.async_trigger_discovery ( HomeAssistant  hass,
list[DiscoveredBulb]  discovered_devices 
)
Trigger config flows for discovered devices.

Definition at line 47 of file discovery.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.wiz.discovery._LOGGER = logging.getLogger(__name__)
private

Definition at line 18 of file discovery.py.