[harmonyhub] Add semantic tags (#18541)

* Add semantic tags

Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
pull/18680/head
Andrew Fiddian-Green 2025-05-12 21:51:04 +01:00 committed by GitHub
parent 9339931945
commit aa89833294
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 0 deletions

View File

@ -7,6 +7,7 @@
<bridge-type id="hub">
<label>Harmony Hub</label>
<description>A Logitech Harmony Hub</description>
<semantic-equipment-tag>NetworkAppliance</semantic-equipment-tag>
<channels>
<channel id="currentActivity" typeId="currentActivity"/>
<channel id="activityStarting" typeId="eventTrigger">
@ -67,6 +68,10 @@
<item-type>String</item-type>
<label>Current Activity</label>
<description>The label/name of the current activity of a Harmony Hub</description>
<tags>
<tag>Status</tag>
<tag>Mode</tag>
</tags>
</channel-type>
<channel-type id="eventTrigger">
@ -86,6 +91,10 @@
<label>Player Control</label>
<description>Send player commands (Rewind,FastForward,Play,Pause,SkipForward,SkipBackwards) to the device associated
with the current running activity.</description>
<tags>
<tag>Control</tag>
<tag>MediaControl</tag>
</tags>
</channel-type>
</thing:thing-descriptions>