mirror of
https://github.com/home-assistant/core.git
synced 2026-06-03 14:14:40 +01:00
7d097d18b0
Co-authored-by: J. Nick Koston <nick@koston.org>
7 lines
144 B
Python
7 lines
144 B
Python
"""Constants for the Snooz component."""
|
|
|
|
from homeassistant.const import Platform
|
|
|
|
DOMAIN = "snooz"
|
|
PLATFORMS: list[Platform] = [Platform.FAN]
|