mirror of
https://github.com/home-assistant/core.git
synced 2025-05-03 21:49:17 +00:00
7 lines
118 B
Python
7 lines
118 B
Python
"""Constants for the Sun integration."""
|
|
from typing import Final
|
|
|
|
DOMAIN: Final = "sun"
|
|
|
|
DEFAULT_NAME: Final = "Sun"
|