battery-state-card
battery-state-card copied to clipboard
Battery state card for Home Assistant
**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...
**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 ``` | When I...
**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...
**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 /...
**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...
Hi! Is it possible to configure this card to control the storage percentage
**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...
**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...
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...
**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...