add allowed hosts config

This commit is contained in:
Andrey
2021-01-25 12:54:15 +03:00
parent b0b4fdd6cf
commit 2d15b60929
3 changed files with 31 additions and 12 deletions

View File

@@ -23,6 +23,7 @@ CONF_RESPONSE_TEMPLATE = 'response_template'
CONF_ACTION = 'action'
CONF_UPDATE_ALL = 'update_all'
CONF_GET_VALUE = 'get_value'
CONF_ALLOW_HOSTS = 'allow_hosts'
PLATFORMS = [
"light",
"switch",