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

Variables

string ATTRIBUTION = "Data provided by Trafikverket"
 
string CONF_FROM = "from"
 
string CONF_TIME = "time"
 
string CONF_TO = "to"
 
string CONF_TRAINS = "trains"
 
string DOMAIN = "trafikverket_ferry"
 
list PLATFORMS = [Platform.SENSOR]
 

Detailed Description

Adds constants for Trafikverket Ferry integration.

Variable Documentation

◆ ATTRIBUTION

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

Definition at line 7 of file const.py.

◆ CONF_FROM

string homeassistant.components.trafikverket_ferry.const.CONF_FROM = "from"

Definition at line 10 of file const.py.

◆ CONF_TIME

string homeassistant.components.trafikverket_ferry.const.CONF_TIME = "time"

Definition at line 12 of file const.py.

◆ CONF_TO

string homeassistant.components.trafikverket_ferry.const.CONF_TO = "to"

Definition at line 11 of file const.py.

◆ CONF_TRAINS

string homeassistant.components.trafikverket_ferry.const.CONF_TRAINS = "trains"

Definition at line 9 of file const.py.

◆ DOMAIN

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

Definition at line 5 of file const.py.

◆ PLATFORMS

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

Definition at line 6 of file const.py.