hass-core/homeassistant/components/sun/const.py
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

6 lines
118 B
Python

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