mirror of
https://github.com/home-assistant/core.git
synced 2025-11-29 12:38:06 +00:00
9 lines
191 B
Python
9 lines
191 B
Python
"""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"
|