Home Assistant Unofficial Reference 2024.12.1
discovery_flow.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.helpers.discovery_flow.DiscoveryKey
 
class  homeassistant.helpers.discovery_flow.FlowDispatcher
 
class  homeassistant.helpers.discovery_flow.PendingFlowKey
 
class  homeassistant.helpers.discovery_flow.PendingFlowValue
 

Namespaces

 homeassistant.helpers.discovery_flow
 

Functions

Coroutine[None, None, ConfigFlowResult]|None homeassistant.helpers.discovery_flow._async_init_flow (HomeAssistant hass, str domain, ConfigFlowContext context, Any data)
 
None homeassistant.helpers.discovery_flow.async_create_flow (HomeAssistant hass, str domain, ConfigFlowContext context, Any data, *DiscoveryKey|None discovery_key=None)
 

Variables

int homeassistant.helpers.discovery_flow.FLOW_INIT_LIMIT = 20