1
0
mirror of https://github.com/elisspace/core.git synced 2026-08-31 08:32:13 +00:00
Files
core/homeassistant/components/trafikverket_train/const.py
2022-05-06 14:27:12 +03:00

11 lines
259 B
Python

"""Adds constants for Trafikverket Train integration."""
from homeassistant.const import Platform
DOMAIN = "trafikverket_train"
PLATFORMS = [Platform.SENSOR]
ATTRIBUTION = "Data provided by Trafikverket"
CONF_FROM = "from"
CONF_TO = "to"
CONF_TIME = "time"