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
Your battery state card is awesome, but in my use-case I need to use it with HA-Battery-Notes entities.
HA-Battery-Notes creates entities with manual buttons "Battery replaced".
In HA entity card, it renders an action buttons correctly:
In battery-state-card, it renders only static values instead of buttons:
Is possible to render these action buttons?
The text was updated successfully, but these errors were encountered:
For Anybody searching for an example of how to set filters to use battery-state-card with HA-battery-notes like this:
battery-state-card
HA-battery-notes
First column:
type: custom:battery-state-card title: Replaced at sort: by: name filter: include: - name: entity_id value: "*_replaced" exclude: - name: entity_id value: "*_battery_replaced"
Second column:
type: custom:battery-state-card title: Mark as replaced sort: by: name filter: include: - name: entity_id value: "*_battery_replaced"
Sorry, something went wrong.
No branches or pull requests
Your battery state card is awesome, but in my use-case I need to use it with HA-Battery-Notes entities.
HA-Battery-Notes creates entities with manual buttons "Battery replaced".
In HA entity card, it renders an action buttons correctly:
In battery-state-card, it renders only static values instead of buttons:
Is possible to render these action buttons?
The text was updated successfully, but these errors were encountered: