Hello, I am trying to create a button to do two actions at the same time with one button (i.e. turn on my left and right speakers), so I created, which is not working:
type: button
tap_action:
action: toggle
entities:
- switch.office_guest_bed_rm_speakers_switch_4
- switch.office_guest_bed_rm_speakers_switch_3
show_name: true
show_icon: true
icon: mdi:volume-high
state: true - value: on
color: lawngreen - value: off
color: grey
name: Office Speakers
Thank you!