Add Room Audio Control to Control4 Integration (#87821)
* Add control4 room based media player (#13) * update attribute names (#14) * change to data class and set off to idle (#15) Co-authored-by: nalin29 <nalin29@github.com> --------- Co-authored-by: nalin29 <nalin29@github.com>
This commit is contained in:
parent
4381780936
commit
18ef76a018
5 changed files with 408 additions and 9 deletions
|
@ -10,6 +10,7 @@ CONF_DIRECTOR = "director"
|
|||
CONF_DIRECTOR_SW_VERSION = "director_sw_version"
|
||||
CONF_DIRECTOR_MODEL = "director_model"
|
||||
CONF_DIRECTOR_ALL_ITEMS = "director_all_items"
|
||||
CONF_UI_CONFIGURATION = "ui_configuration"
|
||||
CONF_CONTROLLER_UNIQUE_ID = "controller_unique_id"
|
||||
|
||||
CONF_CONFIG_LISTENER = "config_listener"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue