1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-27 13:25:35 +00:00
Files
core/homeassistant/components/litejet/const.py
2021-07-24 12:43:10 +02:00

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"