Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.ambient_network.config_flow Namespace Reference

Classes

class  AmbientNetworkConfigFlow
 

Variables

float CONF_RADIUS_DEFAULT = 1609.34
 
string CONF_STATION = "station"
 
string CONF_USER = "user"
 

Detailed Description

Config flow for the Ambient Weather Network integration.

Variable Documentation

◆ CONF_RADIUS_DEFAULT

float homeassistant.components.ambient_network.config_flow.CONF_RADIUS_DEFAULT = 1609.34

Definition at line 35 of file config_flow.py.

◆ CONF_STATION

string homeassistant.components.ambient_network.config_flow.CONF_STATION = "station"

Definition at line 32 of file config_flow.py.

◆ CONF_USER

string homeassistant.components.ambient_network.config_flow.CONF_USER = "user"

Definition at line 31 of file config_flow.py.