mirror of https://github.com/home-assistant/core
11 lines
302 B
Python
11 lines
302 B
Python
"""Adds constants for Trafikverket Camera integration."""
|
|
|
|
from homeassistant.const import Platform
|
|
|
|
DOMAIN = "trafikverket_camera"
|
|
PLATFORMS = [Platform.BINARY_SENSOR, Platform.CAMERA, Platform.SENSOR]
|
|
ATTRIBUTION = "Data provided by Trafikverket"
|
|
|
|
ATTR_DESCRIPTION = "description"
|
|
ATTR_TYPE = "type"
|