mirror of
https://github.com/home-assistant/core.git
synced 2026-05-26 18:26:25 +01:00
6a8b5ee51b
Co-authored-by: J. Nick Koston <nick@koston.org>
9 lines
168 B
Python
9 lines
168 B
Python
"""LiteJet constants."""
|
|
|
|
DOMAIN = "litejet"
|
|
|
|
CONF_EXCLUDE_NAMES = "exclude_names"
|
|
CONF_INCLUDE_SWITCHES = "include_switches"
|
|
|
|
PLATFORMS = ["light", "switch", "scene"]
|