Releases: mvdwetering/huesyncbox
v1.17.0
@DCSBL added the possibility to manually add the Philips Hue Play HDMI Sync Box in case it is not automatically found. Thanks!
To add the integration manually go to Home Assistant Configuration > Devices and Services and press the Add Integration button. Then select the Philips Hue Play HDMI Sync Box integration and follow the instructions.
v1.16.0
- Update version to 1.16.0
- Rephrase warning on syncbox to bridge connection issues
- Use new discovery info class
- Rename device_state_attributes to extra_state_attributes
- Bump minimum HA version to 2021.12.0
- Fixes for HA changes in device conditions/triggers
Full Changelog: v1.15.0...v1.16.0
v1.15.0
Fix brightness in automation UI stuck to 0 or 1.
v1.14.0
This release adds a way to react to status changes on the HDMI inputs. The status can be unplugged
, plugged
and linked
where linked means there is video signal active. Note that you can setup quite some automatic behaviour without HA on the Philips Hue Play HDMI Sync Box itself through the official app. However sometimes your equipment just does not want to work together like it should so then this addition might come in handy.
- Added attributes that indicate the status of the HDMI inputs. These attributes are called "hdmi#_status" (where the # is the number of the port) and can have values
unplugged
,plugged
andlinked
where linked means there is video signal active. - Added Device Triggers that trigger when the status changes.
- Added Device Conditions that check if the status is Linked.
- Increased polling speed to every 2 seconds instead of 10 seconds. This should help with responsiveness when building automations with the new attributes/device triggers/device conditions
v1.13.0
- Add mac connection. This allows integrations like Mikrotik Router to associate their data entities with this device.
v1.12.0
- Minimum supported HA version is now 2021.3
- Fix issue with
set_sync_mode
service call - Update
services.yaml
to provide a UI in the developer tools - Add a warning on common user error in
set_sync_state
service call
v1.11.0
- If another app is already syncing on the bridge override it when trying to start syncing from HA
- Print warning during startup if bridge is not setup correctly in syncbox
- Add iot_class to manifest
- Updates for API changes on the syncbox
- Fix unclosed session/connector errors
- Redact secrets in logging output
- Add tests
- Quite some code cleanup/renames/refactors
v1.10.0
- Add version to manifest. Required from HA 2021.3 onwards
v1.9.0
v1.8.0
- Add ability to set the selected entertainment area (and add attributes that show current and available options)
- Add logging to hopefully get further in debugging issue #9
- Add Norwegian translation provided by @hwikene
- Update installation instructions since the integration is in the default HACS list