-
Notifications
You must be signed in to change notification settings - Fork 66
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
Comments
The “type: button” string is not supported by this card. |
Hello, Using the new HA 2024.8+ supported syntax (perform-action instead of call-service), this should work as well:
But it is not (no action is launched). If I try to set it with a toggle, it says: "No action found: button.turn_on". I guess this is because buttons are still handled as input_booleans, although buttons cannot be "toggled", but "pressed".
Thanks. |
m-e-r uses own Actions; also check here.
Not a bug - merely a user's error. For pressing a button:
|
Hello,
Little problem with an input_button with a call-service action :
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 text was updated successfully, but these errors were encountered: