"""Constants for the Google Weather integration.""" from typing import Final DOMAIN = "google_weather" SECTION_API_KEY_OPTIONS: Final = "api_key_options" CONF_REFERRER: Final = "referrer"