LiteJet is now configured using config_flow (#44409)

Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
Jon Caruana 2021-02-23 12:20:58 -08:00 committed by GitHub
parent ffe42e150a
commit 6a8b5ee51b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 725 additions and 452 deletions

View file

@ -0,0 +1,8 @@
"""LiteJet constants."""
DOMAIN = "litejet"
CONF_EXCLUDE_NAMES = "exclude_names"
CONF_INCLUDE_SWITCHES = "include_switches"
PLATFORMS = ["light", "switch", "scene"]