battery-state-card icon indicating copy to clipboard operation
battery-state-card copied to clipboard

Battery state card for Home Assistant

Results 78 battery-state-card issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I have a bunch of Aqara shades with the following (type) of entities: `sensor.bedroom_shade_battery` **How to reproduce** From my yaml below I am trying to list them...

bug

**Is your feature request related to a problem? Please describe.** I've started building dashboards that are dynamic based on context, but this card always leaves a blank space even when...

enhancement

It would be nice support for a default battery level attribute was added so it could be used in conjunction with filters. For example: SensorPush sensors do not have battery...

enhancement

``` type: custom:battery-state-card filter: include: - name: "attributes.device_class" value: "battery" exclude: - name: "entity_id" value: "*blah*" ``` will work but ``` type: custom:battery-state-card filter: exclude: - name: "entity_id" value: "*blah*"...

bug

**Is your feature request related to a problem? Please describe.** Not really a problem, so much an annoyance - but I'd like to be able to group by battery type...

enhancement

**Is your feature request related to a problem? Please describe.** In the event the filter returns no entities it hides the card automatically which can cause a reshuffle of other...

enhancement

![2024-09-17_075406](https://github.com/user-attachments/assets/fe7f2c22-8d31-47a8-a4b7-e69bca316fa7) **Describe the bug** **How to reproduce** **Expected behavior** **YAML configuration** ```yaml # please paste here your card config (before backticks below; do not remove them) ``` ***Entity debug data***...

bug

**Describe the bug** To bulk include devices, you would typically write filter: include: - name: attributes.device_class value: battery However, I have many devices that have battery low state attribute classified...

bug