Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expand based on state #173

Open
a81j opened this issue Aug 5, 2021 · 5 comments
Open

Expand based on state #173

a81j opened this issue Aug 5, 2021 · 5 comments
Labels
enhancement New feature or request

Comments

@a81j
Copy link

a81j commented Aug 5, 2021

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
Copy link

This feature will be awesome!

@KrX3D
Copy link

KrX3D commented Mar 26, 2022

+1

@rhoriguchi
Copy link

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
Copy link

Any news on that feature ?

@Jeppedy
Copy link

Jeppedy commented Oct 1, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

6 participants