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

Variables

string CONF_STATION = "station"
 
string DEFAULT_RADIUS = "25"
 
string DOMAIN = "pegel_online"
 
 MIN_TIME_BETWEEN_UPDATES = timedelta(minutes=5)
 

Detailed Description

Constants for PEGELONLINE.

Variable Documentation

◆ CONF_STATION

string homeassistant.components.pegel_online.const.CONF_STATION = "station"

Definition at line 8 of file const.py.

◆ DEFAULT_RADIUS

string homeassistant.components.pegel_online.const.DEFAULT_RADIUS = "25"

Definition at line 7 of file const.py.

◆ DOMAIN

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

Definition at line 5 of file const.py.

◆ MIN_TIME_BETWEEN_UPDATES

homeassistant.components.pegel_online.const.MIN_TIME_BETWEEN_UPDATES = timedelta(minutes=5)

Definition at line 10 of file const.py.