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