lovelace-multiple-entity-row icon indicating copy to clipboard operation
lovelace-multiple-entity-row copied to clipboard

Input_button with call-service action not working.

Open jeremypsl opened this issue 2 years ago • 3 comments

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.

jeremypsl avatar Sep 11 '23 11:09 jeremypsl

The “type: button” string is not supported by this card.

ildar170975 avatar Sep 11 '23 22:09 ildar170975