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

Variables

string ATTR_STATION = "station"
 
string ATTR_UPDATED = "updated"
 
string ATTRIBUTION = "Data provided by GeoSphere Austria"
 
string CONF_STATION_ID = "station_id"
 
string DOMAIN = "zamg"
 
 LOGGER = logging.getLogger(__package__)
 
string MANUFACTURER_URL = "https://www.geosphere.at"
 
 MIN_TIME_BETWEEN_UPDATES = timedelta(minutes=10)
 
list PLATFORMS = [Platform.SENSOR, Platform.WEATHER]
 
 VIENNA_TIME_ZONE = dt_util.get_time_zone("Europe/Vienna")
 

Detailed Description

Constants for the zamg integration.

Variable Documentation

◆ ATTR_STATION

string homeassistant.components.zamg.const.ATTR_STATION = "station"

Definition at line 15 of file const.py.

◆ ATTR_UPDATED

string homeassistant.components.zamg.const.ATTR_UPDATED = "updated"

Definition at line 16 of file const.py.

◆ ATTRIBUTION

string homeassistant.components.zamg.const.ATTRIBUTION = "Data provided by GeoSphere Austria"

Definition at line 17 of file const.py.

◆ CONF_STATION_ID

string homeassistant.components.zamg.const.CONF_STATION_ID = "station_id"

Definition at line 19 of file const.py.

◆ DOMAIN

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

Definition at line 9 of file const.py.

◆ LOGGER

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

Definition at line 13 of file const.py.

◆ MANUFACTURER_URL

string homeassistant.components.zamg.const.MANUFACTURER_URL = "https://www.geosphere.at"

Definition at line 21 of file const.py.

◆ MIN_TIME_BETWEEN_UPDATES

homeassistant.components.zamg.const.MIN_TIME_BETWEEN_UPDATES = timedelta(minutes=10)

Definition at line 23 of file const.py.

◆ PLATFORMS

list homeassistant.components.zamg.const.PLATFORMS = [Platform.SENSOR, Platform.WEATHER]

Definition at line 11 of file const.py.

◆ VIENNA_TIME_ZONE

homeassistant.components.zamg.const.VIENNA_TIME_ZONE = dt_util.get_time_zone("Europe/Vienna")

Definition at line 24 of file const.py.