Files
core/homeassistant/components/snooz/const.py
T
2022-10-10 13:14:27 -10:00

7 lines
144 B
Python

"""Constants for the Snooz component."""
from homeassistant.const import Platform
DOMAIN = "snooz"
PLATFORMS: list[Platform] = [Platform.FAN]