Files
core/homeassistant/components/google_air_quality/const.py
T
2026-05-20 15:41:45 +02:00

11 lines
355 B
Python

"""Constants for the Google Air Quality integration."""
from typing import Final
CONF_ENABLE_CUSTOM_LAQI: Final = "enable_custom_laqi"
CONF_REFERRER: Final = "referrer"
CUSTOM_LAQI: Final = "custom_laqi"
CUSTOM_LOCAL_AQI_OPTIONS: Final = "custom_local_aqi_options"
DOMAIN: Final = "google_air_quality"
SECTION_API_KEY_OPTIONS: Final = "api_key_options"