WTH does visibility for cards have so few conditions

Not sure if this has already been brought up.
However, I was so excited for the possibilities until I found out you can’t even have condition templates in the visibility for cards on a dashboard.

Why is there no option to use template conditions in the visibility tag or the conditional card, but is it available in automations?

1 Like

Duplicate from my part, I’m sorry. Yes I +1 this!

I would at minimum like to see a choice of and / or conditions. I don’t’ want to have to create binary sensors to trigger visibility.

This can be done already at this moment. Just very large;

visibility:
- condition: or
  conditions:
  - condition: and
    conditions:
    - condition: state
      entity: light.a
      state: "off"
    - condition: state
      entity: light.b
      state: "off"

  - condition: and
    conditions:
    - condition: state
      entity: light.c
      state: "off"
    - condition: state
      entity: light.d
      state: "off"

I’d also like to at the time condition. Like before or after 18 hours in stead of using a template hour sensor.

2 Likes

Templates would be great! Now i have to create a helper for every visibility that i want to use.

1 Like