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

Variables

string ATTR_DESCRIPTION = "description"
 
string ATTR_TYPE = "type"
 
string ATTRIBUTION = "Data provided by Trafikverket"
 
string DOMAIN = "trafikverket_camera"
 
list PLATFORMS = [Platform.BINARY_SENSOR, Platform.CAMERA, Platform.SENSOR]
 

Detailed Description

Adds constants for Trafikverket Camera integration.

Variable Documentation

◆ ATTR_DESCRIPTION

string homeassistant.components.trafikverket_camera.const.ATTR_DESCRIPTION = "description"

Definition at line 9 of file const.py.

◆ ATTR_TYPE

string homeassistant.components.trafikverket_camera.const.ATTR_TYPE = "type"

Definition at line 10 of file const.py.

◆ ATTRIBUTION

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

Definition at line 7 of file const.py.

◆ DOMAIN

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

Definition at line 5 of file const.py.

◆ PLATFORMS

list homeassistant.components.trafikverket_camera.const.PLATFORMS = [Platform.BINARY_SENSOR, Platform.CAMERA, Platform.SENSOR]

Definition at line 6 of file const.py.