Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Input_button with call-service action not working. #315

Open
jeremypsl opened this issue Sep 11, 2023 · 1 comment
Open

Input_button with call-service action not working. #315

jeremypsl opened this issue Sep 11, 2023 · 1 comment

Comments

@jeremypsl
Copy link

jeremypsl commented Sep 11, 2023

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.

@ildar170975
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants