usernein / tv-card

📺 TV Remote Card (with touchpad and haptic feedback)
Apache License 2.0
107 stars 26 forks source link

Nvidia Shield Navigating Back #32

Closed gradation0746 closed 1 year ago

gradation0746 commented 1 year ago

I am customizing my TV card for an nvidia shield and am trying to create a custom button for navigating back a screen. What I have so far is:

shield_back: icon: mdi:arrow-left-top service: remote.send_command service_data: entity_id: remote.shield

Obviously, when I test this button, I get an error saying "Failed to call service/send_command. required key not provided @ data['command']"

I'm guessing this error means I am not specifying the command to send but I cannot find the right place in the configuration to put that information. Apologies if it is a simple answer.