Skip to content

Releases: mvdwetering/huesyncbox

v1.17.0

02 Feb 20:38
Compare
Choose a tag to compare

@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

28 Dec 15:23
Compare
Choose a tag to compare
  • 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

07 Nov 19:31
Compare
Choose a tag to compare

Fix brightness in automation UI stuck to 0 or 1.

v1.14.0

13 Sep 20:36
Compare
Choose a tag to compare

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 and linked 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

30 May 15:19
Compare
Choose a tag to compare
  • Add mac connection. This allows integrations like Mikrotik Router to associate their data entities with this device.

v1.12.0

22 May 18:13
Compare
Choose a tag to compare
  • 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

14 May 12:57
Compare
Choose a tag to compare
  • 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

28 Feb 18:42
Compare
Choose a tag to compare
  • Add version to manifest. Required from HA 2021.3 onwards

v1.9.0

08 Nov 15:25
Compare
Choose a tag to compare
  • Fix debug logging breaking linking procedure (fixes issue #13)
  • Make zeroconf dependency explicit (should not matter, but lets be clear about it)

v1.8.0

06 Nov 16:49
2f7694d
Compare
Choose a tag to compare
  • 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