Configure Additional Buttons #146
Replies: 2 comments 4 replies
-
The "BluRay / DVD" and other buttons are exposing the scenes as they are available on your receiver (the 4 buttons on the front). You can change what they do, but I don't recall how, please check the manual of your receiver on how that works, If you just want to have extra buttons (as in not provided by the integration) then you can just add a button card to the frontend. And call the generic show_name: true
show_icon: true
type: button
tap_action:
action: call-service
service: media_player.select_source
data:
source: XBox
target:
entity_id: media_player.main
icon: mdi:microsoft-xbox-controller
name: Select XBox input BTW the |
Beta Was this translation helpful? Give feedback.
-
OK, I'Ve found the issue :) It's related with the naming of the Sources:
I need to use the spaces before and after the name - then the service is working. The core integration that can connect to the yamaha does not require this... Maybe, this could be improved? I will submit an issue / Ticket with this information. |
Beta Was this translation helpful? Give feedback.
-
Hey :)
I've just found this integration - and by default, it does provide some buttons for the following actions:
and so on...
I would also like to add "custom" buttons for selecting a specific Input Source (HMI1, HDMI2, HDMI3, and so on...) Unfortunately, these are only visible within the MediaPlayer Card itself...
Now, I would like to know, how to create scenes that I can then use as buttons... unfortunately, I can only see the following scene:
and I have no Idea on how to switch the input source here...
Beta Was this translation helpful? Give feedback.
All reactions