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__) | |
The wiz integration discovery.
| list[DiscoveredBulb] homeassistant.components.wiz.discovery.async_discover_devices | ( | HomeAssistant | hass, |
| int | timeout | ||
| ) |
Discover wiz devices.
Definition at line 21 of file discovery.py.
| 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.
|
private |
Definition at line 18 of file discovery.py.