lovelace-multiple-entity-row
lovelace-multiple-entity-row copied to clipboard
Input_button with call-service action not working.
Hello,
Little problem with an input_button with a call-service action :
entity: fan.fan_room_1
type: custom:multiple-entity-row
name: Room 1
toggle: true
state_color: true
show_state: true
entities:
- entity: input_button.fan_room_1
type: button
name: ' '
icon: mdi:arrow-right-circle-outline
tap_action:
action: call-service
service: fan.set_direction
data:
direction: forward
target:
entity_id: fan.fan_room_1
Error is "must contain at least one of entity_id, device_id, area_id."
Without the type: custom:multiple-entity-row, it's working normally.
Thanks.
The “type: button” string is not supported by this card.