Max Chodorowski
Max Chodorowski
I was thinking for a long time whether to add it or close this issue as "wont-fix". If there are more people interested in that feature I will add it...
you can use the `multiplier` setting to adjust the values - scale them to be in 0-100 range then everything should work. Of course the disadvantage is that the displayed...
please provide an example how you would see such configuration
Should be easy to add in v3. Adding below just for the reference https://github.com/maxwroc/battery-state-card/blob/next/src/rich-string-processor.ts#L94
Can you show me what kind of attributes sensor.ble_rssi_b460ed979297 has? I assume there is a battery_level one and that is why it takes the priority over the entity state value.
Yeah that is the problem - your rssi entity has a battery_level attribute which takes precedense over the state. Please keep in mind that this card was made mainly for...
Reoppening it as it make sense to have a way to disable this logic
Interesting idea
It looks like it is a bug. When you have the charging attribute specified it doesn't look at the state. I will fix it
That is actually a very good idea. I was thinking before about minimizing the need of custom configuration. I think that for v3 I will do the automatic battery entity...