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"]
|