lovelace-battery-entity icon indicating copy to clipboard operation
lovelace-battery-entity copied to clipboard

How to add multiple entities

Open Megachip opened this issue 4 years ago • 2 comments

like the screenshot shown...

Megachip avatar Mar 28 '20 11:03 Megachip

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

andi-bar157 avatar Mar 29 '20 22:03 andi-bar157

This could do with adding to the docs... or even better make an Lovelace UI 👍

aptonline avatar May 09 '20 09:05 aptonline