hansen-hasst/lovelace/dashboard/harmony/volume_control.yaml

103 lines
2.5 KiB
YAML
Raw Permalink Normal View History

2022-08-18 14:45:03 +00:00
- type: 'custom:button-card'
template: card_title
2022-11-20 15:11:00 +00:00
name: Volume Control
label: Denon
2022-08-18 14:45:03 +00:00
- type: horizontal-stack
cards:
- type: 'custom:button-card'
icon: "mdi:volume-minus"
2022-11-20 15:11:00 +00:00
size: 15%
2022-08-18 14:45:03 +00:00
tap_action:
action: call-service
service: script.turn_on
service_data:
entity_id: script.denon_volume_down
2022-11-20 15:11:00 +00:00
name: Down by 5
2022-08-18 14:45:03 +00:00
- type: 'custom:button-card'
2022-11-20 15:11:00 +00:00
icon: "mdi:volume-plus"
size: 15%
2022-08-18 14:45:03 +00:00
tap_action:
action: call-service
service: script.turn_on
service_data:
2022-11-20 15:11:00 +00:00
entity_id: script.denon_volume_up
name: Up by 5
- type: horizontal-stack
cards:
- type: 'custom:button-card'
icon: "mdi:volume-minus"
size: 15%
tap_action:
action: call-service
service: script.turn_on
service_data:
entity_id: script.denon_volume_down_1
name: Down by 1
2022-08-18 14:45:03 +00:00
- type: 'custom:button-card'
icon: "mdi:volume-plus"
2022-11-20 15:11:00 +00:00
size: 15%
2022-08-18 14:45:03 +00:00
tap_action:
action: call-service
service: script.turn_on
service_data:
2022-11-20 15:11:00 +00:00
entity_id: script.denon_volume_up_1
name: Up by 1
2022-08-18 14:45:03 +00:00
- type: 'custom:button-card'
template: card_title
2022-11-20 15:11:00 +00:00
name: Denon Volume
2022-08-18 14:45:03 +00:00
label: Presets
- type: horizontal-stack
cards:
- type: 'custom:button-card'
color_type: icon
icon: "mdi:television-classic"
size: 15%
tap_action:
action: call-service
service: script.turn_on
service_data:
entity_id: script.denon_volume_video
2022-11-20 15:11:00 +00:00
name: Streaming Volume
2022-08-18 14:45:03 +00:00
- type: 'custom:button-card'
color_type: icon
2022-11-20 15:11:00 +00:00
icon: "mdi:music-circle-outline"
2022-08-18 14:45:03 +00:00
size: 15%
tap_action:
action: call-service
service: script.turn_on
service_data:
entity_id: script.denon_volume_music
2022-11-20 15:11:00 +00:00
name: Music Volume
- type: 'custom:button-card'
template: card_title
name: Mute and Turn off
- type: horizontal-stack
cards:
- type: 'custom:button-card'
color_type: icon
color: rgb(255,0,0)
icon: "mdi:volume-mute"
size: 20%
tap_action:
action: call-service
service: script.turn_on
service_data:
entity_id: script.denon_volume_mute
name: Mute
- type: 'custom:button-card'
color_type: icon
color: rgb(41, 61, 61)
icon: "mdi:television-off"
size: 20%
tap_action:
action: call-service
service: script.turn_on
service_data:
entity_id: script.denon_tv_turn_off
name: Turn Off