Home Assistant Unofficial Reference 2024.12.1
config_flow.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.guardian.config_flow.GuardianConfigFlow
 

Namespaces

 homeassistant.components.guardian.config_flow
 

Functions

str homeassistant.components.guardian.config_flow.async_get_pin_from_discovery_hostname (str hostname)
 
str homeassistant.components.guardian.config_flow.async_get_pin_from_uid (str uid)
 
dict[str, Any] homeassistant.components.guardian.config_flow.validate_input (HomeAssistant hass, dict[str, Any] data)
 

Variables

 homeassistant.components.guardian.config_flow.DATA_SCHEMA
 
int homeassistant.components.guardian.config_flow.DEFAULT_PORT = 7777
 
string homeassistant.components.guardian.config_flow.UNIQUE_ID = "guardian_{0}"