mirror of
https://github.com/home-assistant/core.git
synced 2025-06-07 06:37:07 +00:00
11 lines
287 B
Python
11 lines
287 B
Python
"""Adds constants for Trafikverket Camera integration."""
|
|
from homeassistant.const import Platform
|
|
|
|
DOMAIN = "trafikverket_camera"
|
|
CONF_LOCATION = "location"
|
|
PLATFORMS = [Platform.CAMERA]
|
|
ATTRIBUTION = "Data provided by Trafikverket"
|
|
|
|
ATTR_DESCRIPTION = "description"
|
|
ATTR_TYPE = "type"
|