Add support for HS color to mqtt light (#16958)
* Add support for HS color to mqtt light * Warn if hs state update is invalid
This commit is contained in:
parent
9290f245bf
commit
42fb886d71
3 changed files with 133 additions and 7 deletions
|
@ -82,6 +82,7 @@ CONF_FRIENDLY_NAME_TEMPLATE = 'friendly_name_template'
|
|||
CONF_HEADERS = 'headers'
|
||||
CONF_HOST = 'host'
|
||||
CONF_HOSTS = 'hosts'
|
||||
CONF_HS = 'hs'
|
||||
CONF_ICON = 'icon'
|
||||
CONF_ICON_TEMPLATE = 'icon_template'
|
||||
CONF_INCLUDE = 'include'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue