"""Constants for the Aurora integration."""

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