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

Variables

string ATTRIBUTION = "Data provided by Trafikverket"
 
string CONF_STATION = "station"
 
string DOMAIN = "trafikverket_weatherstation"
 
list PLATFORMS = [Platform.SENSOR]
 

Detailed Description

Adds constants for Trafikverket Weather integration.

Variable Documentation

◆ ATTRIBUTION

string homeassistant.components.trafikverket_weatherstation.const.ATTRIBUTION = "Data provided by Trafikverket"

Definition at line 8 of file const.py.

◆ CONF_STATION

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

Definition at line 6 of file const.py.

◆ DOMAIN

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

Definition at line 5 of file const.py.

◆ PLATFORMS

list homeassistant.components.trafikverket_weatherstation.const.PLATFORMS = [Platform.SENSOR]

Definition at line 7 of file const.py.