lovelace-battery-entity
lovelace-battery-entity copied to clipboard
How to add multiple entities
like the screenshot shown...
create a card with the following on your lovelace:
type: entities
entities:
- type: 'custom:battery-entity'
entity: sensor.temperaturregler_battery_level
- type: 'custom:battery-entity'
entity: sensor.temperaturregler_6_battery_level
- type: 'custom:battery-entity'
entity: sensor.temperaturregler_5_battery_level
This could do with adding to the docs... or even better make an Lovelace UI 👍