We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Not exactly an issue, but an observation that caused me some confusion:
The docs says with respect to the action object: "Each button supports the same actions as seen in Home Assistant's button card".
But in fact, the service's data parameter needs to passed via a service_data object, while Home Assistant's button card just uses data (see here)
service_data
data
I know it's a breaking change to remove service-data completely, so maybe it's possible to allow both?
service-data
2.1.3
2023.6.2
20230608.0
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The problem
Not exactly an issue, but an observation that caused me some confusion:
The docs says with respect to the action object:
"Each button supports the same actions as seen in Home Assistant's button card".
But in fact, the service's data parameter needs to passed via a
service_data
object, while Home Assistant's button card just usesdata
(see here)I know it's a breaking change to remove
service-data
completely, so maybe it's possible to allow both?What version of Paper Buttons Row has the issue?
2.1.3
What version of Home Assistant are you running?
2023.6.2
What version of the Frontend are you running?
20230608.0
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: