Expose whether song has been favorited to HASS #5060
-
|
It's great that we've exposed the "Favorite current song" button, but it's not super useful without knowing whether we've already marked the song as a favorite. For example i use the Zooz ZEN32 scene controller for whole home music control, and would love to be able to control a status LED based on whether i've marked the current song as favorite. Then if i really like the song and i see it hasn't been marked as favorite yet i can do so. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
Look at the response for get_queue |
Beta Was this translation helpful? Give feedback.
-
|
I guess that would work in an imperative sense? What I’m looking for is more along the lines of another property on the device state attrs: |
Beta Was this translation helpful? Give feedback.
-
|
Alternatively if favorite song was a boolean switch instead of a button it would work great too |
Beta Was this translation helpful? Give feedback.
Look at the response for get_queue