Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add monitor configuration type #141

Merged
merged 2 commits into from
Aug 3, 2022
Merged

Add monitor configuration type #141

merged 2 commits into from
Aug 3, 2022

Conversation

mvdwetering
Copy link
Contributor

@mvdwetering mvdwetering commented Jul 19, 2022

"monitor" is a new configuration type for Entertainment Configurations and can be created through the latest Hue App.
Description is from the Hue API website.

Fixes #140

Checked it by running the example vor v2 which gave the message that "monitor" was not supported, after updating the same example ran without the message

@@ -58,6 +58,9 @@ class EntertainmentConfigurationType(Enum):
MUSIC = "music" # Channels are organized for music synchronization
THREEDEESPACE = "3dspace" # Channels are organized to provide 3d spacial effects
OTHER = "other" # General use case "
MONITOR = (
"monitor" # Channels are organized around content from one or several monitors
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you either shorten the comment or place it above the definition ?
thanks

Copy link
Collaborator

@marcelveldt marcelveldt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great!

@mvdwetering
Copy link
Contributor Author

Shortened the comment since putting it above the definition looked a bit weird

@marcelveldt marcelveldt merged commit 8c1205e into home-assistant-libs:master Aug 3, 2022
@marcelveldt
Copy link
Collaborator

Thanks!

@mvdwetering mvdwetering deleted the add_monitor_entertainment_configuration_type branch August 4, 2022 17:39
@mvdwetering
Copy link
Contributor Author

Is there something needed from my side to get this into a new aiohue release so it can get into Home Assistant?

@marcelveldt
Copy link
Collaborator

I'll publish a new version within a few days. Let me quickly check if there are any other things that need fixing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to parse resource, please report this to the authors of aiohue.
2 participants