Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.sonos.config_flow.SonosDiscoveryFlowHandler Class Reference
Inheritance diagram for homeassistant.components.sonos.config_flow.SonosDiscoveryFlowHandler:
[legend]
Collaboration diagram for homeassistant.components.sonos.config_flow.SonosDiscoveryFlowHandler:
[legend]

Public Member Functions

None __init__ (self)
 
ConfigFlowResult async_step_zeroconf (self, zeroconf.ZeroconfServiceInfo discovery_info)
 

Detailed Description

Sonos discovery flow that callsback zeroconf updates.

Definition at line 20 of file config_flow.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.sonos.config_flow.SonosDiscoveryFlowHandler.__init__ (   self)
Init discovery flow.

Definition at line 23 of file config_flow.py.

Member Function Documentation

◆ async_step_zeroconf()

ConfigFlowResult homeassistant.components.sonos.config_flow.SonosDiscoveryFlowHandler.async_step_zeroconf (   self,
zeroconf.ZeroconfServiceInfo   discovery_info 
)
Handle a flow initialized by zeroconf.

Definition at line 27 of file config_flow.py.


The documentation for this class was generated from the following file: