cbulock / lovelace-battery-entity

A custom Lovelace component for displaying battery levels for battery entities
Apache License 2.0
203 stars 24 forks source link

How to add multiple entities #24

Open Megachip opened 4 years ago

Megachip commented 4 years ago

like the screenshot shown...

andi-bar157 commented 4 years ago

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
aptonline commented 4 years ago

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