Add receiver preset and volume controls

This commit is contained in:
2026-04-06 19:18:28 +02:00
parent 4eedd70511
commit 8f31bce128
2 changed files with 108 additions and 0 deletions
+40
View File
@@ -71,6 +71,46 @@ cards:
- entity: input_datetime.vacation_end
name: Slutter
# 🔊 Receiver presets
- type: grid
columns: 4
square: false
cards:
- type: button
name: Sonos
icon: mdi:speaker-multiple
tap_action:
action: call-service
service: script.receiver_sonos_mch_stereo
- type: button
name: TV Dolby
icon: mdi:television-speaker
tap_action:
action: call-service
service: script.receiver_tv_dolby_digital
- type: button
name: TV Stereo
icon: mdi:surround-sound
tap_action:
action: call-service
service: script.receiver_tv_mch_stereo
- type: horizontal-stack
cards:
- type: vertical-stack
cards:
- type: button
name: ""
icon: mdi:volume-plus
tap_action:
action: call-service
service: script.receiver_volume_up_5
- type: button
name: ""
icon: mdi:volume-minus
tap_action:
action: call-service
service: script.receiver_volume_down_5
# 💡 Lys kontrol
- type: horizontal-stack
cards: