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

Battery state card for Home Assistant

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

**Describe what is wrong** I want to have mdi:odnoklassniki icon if state equals "2025.2.0" and mdi:alert-circle-outline if the state is OTHER. tried code: icon: "{state|equals(2025.2.0,mdi:odnoklassniki)|not_equals(2025.2.0,mdi:alert-circle-outline)}" and other but with no...

question

**Describe the bug** I would like to include multiple `binary_sensor` entities that states empty battery on value "On". Originally it looks like this... ```yaml type: custom:battery-state-card ``` ![Image](https://github.com/user-attachments/assets/e7ee7dde-d703-4c1d-88b3-31001045eb30)| When I...

bug

**Describe what is wrong** Value override OR Grouping doesn't seem to work as expected (or rather more likely, I have misconfigured something). I have set up the card to display...

question

**Describe what is wrong** I specify a group of entities. I want to hide entities of that group which are of state unknown, unavailable etc. I think the filter /...

question

**Is your feature request related to a problem? Please describe.** Hey, I have some devices that provide both a percentage value as well as a battery low state. (e.g. using...

enhancement

Hi! Is it possible to configure this card to control the storage percentage

enhancement

**I'm currently using a battery-state-card to visualize a range of temperatures in my Home Assistant setup. While I'm quite satisfied with the card overall, I've encountered an issue where it...

question

**Describe what is wrong** When the device is Charging, the icon and secondary_info_text is not changing **YAML configuration** ```yaml type: custom:battery-state-card secondary_info: "{last_updated}" sort: by: state entities: - entity: sensor.id_hotspot_battery_level...

question

How can I achive, to add the card for just one integration? For example Homematic only delivers a state batterie low no/yes. I want one card just for the Homematic...

enhancement

**Is your feature request related to a problem? Please describe.** Hi i am using grid panel. In that i want 4 columns. Each column will contains several battery states. I...

enhancement