thomasloven / lovelace-fold-entity-row

🔹 A foldable row for entities card, containing other rows
MIT License
587 stars 38 forks source link

Expand based on state #173

Open retroneo opened 3 years ago

retroneo commented 3 years ago

It would be great to expand automatically to show more info based on the state of something hidden

(e.g. expand to show which drive in a nine bay NAS has a high temperature.)

So I could have it hidden normally, but it would be expanded automatically if any listed conditions are met.

robbinonline commented 2 years ago

This feature will be awesome!

KrX3D commented 2 years ago

+1

rhoriguchi commented 1 year ago

An example use case:

type: custom:fold-entity-row

head:
  entity: sensor.ipv4_address_wlan0
  name: wlan0
  icon: mdi:web

open: '{{ not is_state(''sensor.ipv4_address_wlan0'', ''unknown'') }}'

entities:
- entity: sensor.network_throughput_in_wlan0
  name: Down
  icon: mdi:download
- entity: sensor.network_throughput_out_wlan0
  name: Up
  icon: mdi:upload
The-Padi commented 2 weeks ago

Any news on that feature ?

Jeppedy commented 4 days ago

Came here looking for just this. Make the "Open" value templatable and we can do the rest!