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