1
0
mirror of https://github.com/elisspace/core.git synced 2026-08-29 15:43:55 +00:00
Files
Erik Montnemery 2fcced333d Add config flow for sun (#68295)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2022-03-18 10:12:15 +01:00

7 lines
118 B
Python

"""Constants for the Sun integration."""
from typing import Final
DOMAIN: Final = "sun"
DEFAULT_NAME: Final = "Sun"