v2.0.0b2 #57
Replies: 6 comments 3 replies
-
Hi There, Installed latest Hue Box Integration and when I use the SET option I always get a error , but the SET is working on the Sync Box. Version v2.0.0b2
Off-topic: The solution to have this "huesyncbox" set option is great. All in one and everyone can understand this. |
Beta Was this translation helpful? Give feedback.
-
Here you are. And where im aware of. Not having device_trackers using at all. config_entry-huesyncbox-9aaff23594adc230e0cf931ce460bc48.json.txt |
Beta Was this translation helpful? Give feedback.
-
Using this:
in a automation. Everything that's below this will not be executed because of the errors. |
Beta Was this translation helpful? Give feedback.
-
Updated to 2.0.0b3. Testing in dev tool gives me no errors. Later the day let me check it with the TV and AppleTV Scenes I have in HA |
Beta Was this translation helpful? Give feedback.
-
I can confirm that everything is working correct here. |
Beta Was this translation helpful? Give feedback.
-
Thatnks for the feedback during the betas. |
Beta Was this translation helpful? Give feedback.
-
Breaking Changes
media_player
entityRead the changes section below and/or README.md for more details.
Changes
Before this version the functionality of the Philips Hue Play HDMI Sync Box was all exposed through one single mediaplayer entity. Several features of the media_player were abused to control things on the box. E.g. brightness was controlled by the volume slider. While this initially seemed like a good idea (easy controls on the dashboard and only one entity to implement) this turned out to be confusing and quite limiting in the long run. Next to that the way the integration was built did not allow for more entities so it was not possible to extend it.
The 2.0.0 version is a complete rewrite to allow for multiple entities and modernize the integration in general. Having multiple entities should make it clear what the function of the entity is. And because they are standard Home Assistant entities like
switch
,number
,select
andsensor
they are familiar to most users already.With the rewrite several features are added that are nowadays standard for integrations, but did not exists back when this integration was created like select entity, reauth, diagnostics, easy enabling of logging and translations for everything. This rewrite also addresses most open issues and feature requests.
Since the integration is now using the latest and greatest Home Assistant features the minimum Home Assistant Core version is now 2023.8.0.
Note that no functionality is lost. It just moved to a different place.
To start with, the yaml configuration option has been removed. It has not been used in a long time. If you still have the
huesyncbox:
entry inconfiguration.yaml
it should be removed.With the rewrite the existing
media_player
entity has been removed and replaced with several new entities.Below is a table with the new and old situation.
set_brightness
service. Note that the range is now a percentage (1-100%) instead of 0 to 1hdmi1-4_status
attributes of mediaplayerbridge_connection_state
attribute of mediaplayerbridge_unique_id
attribute of mediaplayerWith the transition to the new entities most custom services that were offered became obsolete as native Home Assistant services of the entities can be used now. The table links to the documentation of the standard Home Assistant services that can be used instead.
Full Changelog: v1.23.0...v2.0.0b1
This discussion was created from the release v2.0.0b2.
Beta Was this translation helpful? Give feedback.
All reactions