Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the Aurora integration."""
2 
3 DOMAIN = "aurora"
4 CONF_THRESHOLD = "forecast_threshold"
5 DEFAULT_THRESHOLD = 75
6 ATTRIBUTION = "Data provided by the National Oceanic and Atmospheric Administration"