Cannot activate all sources #12
Unanswered
marcperreten
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi, So video "sources" are not stored as sources like audio sources. Instead look at To see an example of this you can look at the Home Assistant code here: https://github.com/bang-olufsen/bangolufsen-hacs/blob/53e63181ca8ebd1743fc72609dc22855ce4135e7/custom_components/bangolufsen/media_player.py#L448 Kind regards. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello community
I have successfully written a driver that handles most of the functions. Volume, mute, and some sources work well.
eg I can select Line IN and NetRadio without any problem. Did it so:
http://192.168.1.105/api/v1/playback/sources/active/lineIn
But now I would like to be able to select the HDMI A B C and cannot do this:
Where do I go wrong:
http://192.168.10.201/api/v1/playback/sources/active/tv://hdmi_1
Thank you for all helpful inputs.
Beta Was this translation helpful? Give feedback.
All reactions