2021-02-23 20:20:58 +00:00
|
|
|
"""LiteJet constants."""
|
2021-12-06 03:10:07 +00:00
|
|
|
from homeassistant.const import Platform
|
2021-02-23 20:20:58 +00:00
|
|
|
|
|
|
|
DOMAIN = "litejet"
|
|
|
|
|
|
|
|
CONF_EXCLUDE_NAMES = "exclude_names"
|
|
|
|
CONF_INCLUDE_SWITCHES = "include_switches"
|
|
|
|
|
2021-12-06 03:10:07 +00:00
|
|
|
PLATFORMS = [Platform.LIGHT, Platform.SCENE, Platform.SWITCH]
|
2021-07-24 10:43:10 +00:00
|
|
|
|
|
|
|
CONF_DEFAULT_TRANSITION = "default_transition"
|