Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for EC component."""
2 
3 ATTR_OBSERVATION_TIME = "observation_time"
4 ATTR_STATION = "station"
5 CONF_STATION = "station"
6 CONF_TITLE = "title"
7 DOMAIN = "environment_canada"