Hi, i want to use the conditional card, to hide soemthing when an entity is not avaible
I have example below, it works, but when its unavaible, i also see this error in the chrome log…
- type: conditional
conditions:
- entity: climate.weau
state: "available"
card:
- type: custom:decluttering-card
template: header
variables:
- content: '##### Header'
How can i make the error away, of the entity is not avaible? maybe somekind of default card?
thnx