LiteJet is now configured using config_flow (#44409)
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
parent
ffe42e150a
commit
6a8b5ee51b
22 changed files with 725 additions and 452 deletions
8
homeassistant/components/litejet/const.py
Normal file
8
homeassistant/components/litejet/const.py
Normal file
|
@ -0,0 +1,8 @@
|
|||
"""LiteJet constants."""
|
||||
|
||||
DOMAIN = "litejet"
|
||||
|
||||
CONF_EXCLUDE_NAMES = "exclude_names"
|
||||
CONF_INCLUDE_SWITCHES = "include_switches"
|
||||
|
||||
PLATFORMS = ["light", "switch", "scene"]
|
Loading…
Add table
Add a link
Reference in a new issue