Any help is much appreciated in advance!
I’m trying to start the roomba on tap action, however, when i hit the button i get the main menu where i can choose different actions
- type: custom:button-card
entity: vacuum.roomba
tap-action:
action: call-service
service: vacuum.start
service_data:
entity_id: vacuum.roomba
mode: single
icon: mdi:play
name: Start
style: |
ha-card {
background: rgba(0,0,0,0);
}