mirror of
https://github.com/home-assistant/core.git
synced 2026-08-17 02:34:48 +01: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"]
|