mirror of
https://github.com/home-assistant/core.git
synced 2025-06-24 15:07:07 +00:00
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"]
|