custom-cards / button-card

❇️ Lovelace button-card for home assistant
MIT License
1.93k stars 233 forks source link

ADB commands not being sent when using custom:button-card #696

Closed chobblars87 closed 1 year ago

chobblars87 commented 1 year ago

Using Home Assistant Core 2023.5.2 HAOS 10.1 UI-Lovelace v1.3.5

The adb commands are not sent when using custom-buttons

This one using a standard button works without any issues

The custom button-card gives an error when pressed

Error: Failed to call service androidtv/adb_command. required key not provided @ data['command']

chobblars87 commented 1 year ago

Apologies, I realised I was using data: instead of service_data. Resolved