1
0
mirror of https://github.com/home-assistant/core.git synced 2026-03-01 22:30:12 +00:00
Files
core/homeassistant/components/environment_canada/const.py

9 lines
206 B
Python

"""Constants for EC component."""
ATTR_OBSERVATION_TIME = "observation_time"
ATTR_STATION = "station"
CONF_LANGUAGE = "language"
CONF_STATION = "station"
CONF_TITLE = "title"
DOMAIN = "environment_canada"