Hello
I have a weird problem with my harmony remote. If I use the developer tools service test, I can enter my control command and everthing works fine. In YAML mode it returns the following lines:
service: remote.send_command
data:
command: Menu
device: Habitron SmartControl
target:
entity_id:
- remote.harmony_room1
If I include these lines in a picture-elements card, it returns the error:
required key not provided @ data['command']
See the code of the card below:
type: picture-elements
Title: Window
image: /local/Window.jpg
elements:
- type: state-icon
entity: remote.harmony_room1
title: 50%
icon: mdi:arrow-collapse-vertical
tap_action:
action: call-service
service: remote.send_command
data:
command: Menu
device: Habitron SmartControl
target:
entity_id: remote.harmony_room1
style:
top: 50%
left: 48%
Can someone help me?