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

Variables

string ATTRIBUTION = "Data provided by IMGW-PIB"
 
string CONF_STATION_ID = "station_id"
 
string DOMAIN = "imgw_pib"
 
 UPDATE_INTERVAL = timedelta(minutes=30)
 

Detailed Description

Constants for the IMGW-PIB integration.

Variable Documentation

◆ ATTRIBUTION

string homeassistant.components.imgw_pib.const.ATTRIBUTION = "Data provided by IMGW-PIB"

Definition at line 7 of file const.py.

◆ CONF_STATION_ID

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

Definition at line 9 of file const.py.

◆ DOMAIN

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

Definition at line 5 of file const.py.

◆ UPDATE_INTERVAL

homeassistant.components.imgw_pib.const.UPDATE_INTERVAL = timedelta(minutes=30)

Definition at line 11 of file const.py.