add condition for hide_if_unavailable for Cast devices on views and cards #20771
Unanswered
Mariusthvdb
asked this question in
Dashboard
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
so we can show a card (so not an individual row which we can set the hide_if_unavailable to) only when on a Castable device.
Currently we need to use custom cards like state-switch to be able to do this:
checking for the actual device_id of the browser. (so not even a Chrome check, but the actual deviceID which is set by yet another Custom card...)
Would be a great enhancement if we would have that selector inside core HA Frontend tools.
since we can do:
the check already is available in HA Frontend.
Please add it to View, and Cards, and consider the condition for Conditional
so we could do:
and
Beta Was this translation helpful? Give feedback.
All reactions