mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 22:06:03 +01:00
7 lines
209 B
Python
7 lines
209 B
Python
"""Constants for the Aurora integration."""
|
|
|
|
DOMAIN = "aurora"
|
|
CONF_THRESHOLD = "forecast_threshold"
|
|
DEFAULT_THRESHOLD = 75
|
|
ATTRIBUTION = "Data provided by the National Oceanic and Atmospheric Administration"
|