mirror of
https://github.com/home-assistant/core.git
synced 2025-05-11 17:39:17 +00:00
11 lines
216 B
Python
11 lines
216 B
Python
"""LiteJet constants."""
|
|
|
|
DOMAIN = "litejet"
|
|
|
|
CONF_EXCLUDE_NAMES = "exclude_names"
|
|
CONF_INCLUDE_SWITCHES = "include_switches"
|
|
|
|
PLATFORMS = ["light", "switch", "scene"]
|
|
|
|
CONF_DEFAULT_TRANSITION = "default_transition"
|