mirror of
https://github.com/home-assistant/core.git
synced 2026-06-05 23:16:33 +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"]
|