1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-19 05:19:14 +00:00
2023-08-28 18:01:23 +02:00

10 lines
298 B
Python

"""Constants for the Aurora integration."""
DOMAIN = "aurora"
COORDINATOR = "coordinator"
AURORA_API = "aurora_api"
CONF_THRESHOLD = "forecast_threshold"
DEFAULT_THRESHOLD = 75
ATTRIBUTION = "Data provided by the National Oceanic and Atmospheric Administration"
DEFAULT_NAME = "Aurora Visibility"