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

Variables

string API_LAST_DATA = "lastData"
 
string API_STATION_COORDS = "coords"
 
string API_STATION_INDOOR = "indoor"
 
string API_STATION_INFO = "info"
 
string API_STATION_LOCATION = "location"
 
string API_STATION_MAC_ADDRESS = "macAddress"
 
string API_STATION_NAME = "name"
 
string API_STATION_TYPE = "stationtype"
 
string DOMAIN = "ambient_network"
 
 LOGGER = logging.getLogger(__package__)
 

Detailed Description

Constants for the Ambient Weather Network integration.

Variable Documentation

◆ API_LAST_DATA

string homeassistant.components.ambient_network.const.API_LAST_DATA = "lastData"

Definition at line 7 of file const.py.

◆ API_STATION_COORDS

string homeassistant.components.ambient_network.const.API_STATION_COORDS = "coords"

Definition at line 8 of file const.py.

◆ API_STATION_INDOOR

string homeassistant.components.ambient_network.const.API_STATION_INDOOR = "indoor"

Definition at line 9 of file const.py.

◆ API_STATION_INFO

string homeassistant.components.ambient_network.const.API_STATION_INFO = "info"

Definition at line 10 of file const.py.

◆ API_STATION_LOCATION

string homeassistant.components.ambient_network.const.API_STATION_LOCATION = "location"

Definition at line 11 of file const.py.

◆ API_STATION_MAC_ADDRESS

string homeassistant.components.ambient_network.const.API_STATION_MAC_ADDRESS = "macAddress"

Definition at line 13 of file const.py.

◆ API_STATION_NAME

string homeassistant.components.ambient_network.const.API_STATION_NAME = "name"

Definition at line 12 of file const.py.

◆ API_STATION_TYPE

string homeassistant.components.ambient_network.const.API_STATION_TYPE = "stationtype"

Definition at line 14 of file const.py.

◆ DOMAIN

string homeassistant.components.ambient_network.const.DOMAIN = "ambient_network"

Definition at line 5 of file const.py.

◆ LOGGER

homeassistant.components.ambient_network.const.LOGGER = logging.getLogger(__package__)

Definition at line 16 of file const.py.