mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-26 23:07:11 +01:00
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> Co-authored-by: Norbert Rittel <norbert@rittel.de>
8 lines
198 B
Python
8 lines
198 B
Python
"""Constants for the Google Air Quality integration."""
|
|
|
|
from typing import Final
|
|
|
|
DOMAIN = "google_air_quality"
|
|
SECTION_API_KEY_OPTIONS: Final = "api_key_options"
|
|
CONF_REFERRER: Final = "referrer"
|