mirror of
https://github.com/home-assistant/core.git
synced 2025-05-21 14:27:07 +00:00
9 lines
263 B
Python
9 lines
263 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"
|