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:
Nalin Mahajan 2024-03-19 05:44:52 -05:00 committed by GitHub
parent 4381780936
commit 18ef76a018
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 408 additions and 9 deletions

View file

@ -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"