-
-
Couldn't load subscription status.
- Fork 114
Description
Checklist
- I have filled out the template to the best of my ability.
- This only contains 1 feature request (if you have multiple feature requests, open one feature request for each feature request).
- This issue is not a duplicate feature request of previous feature requests.
Is your feature request related to a problem? Please describe.
I have a code that generate my dashboard, and to display the battery level of a room, I take the minimum of all battery levels. Since I don’t have a sensor battery plus, the device with binary sensors as battery levels are not picked up.
Describe the solution you'd like
Hi, first thanks for the super add on :)
Create, for devices with a binary_sensors as battery levels sensor like the other one, that will have either a 100% level or a 10% level (or configurable equivalent integer level to convert the on/off state).
Describe alternatives you've considered
I can create templates, but then I don’t have the attributes that this plugin offers :(
Additional context
Nothing more than the fact I have automated my dashboard creation.