mirror of
https://github.com/home-assistant/core.git
synced 2025-06-09 07:37:06 +00:00
10 lines
301 B
Python
10 lines
301 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"
|