swa72 / home-assistant

13 stars 1 forks source link

show open doors only if one is open #39

Closed swa72 closed 2 years ago

swa72 commented 2 years ago
type: conditional
conditions:
  - entity: group.oeffnungen
    state: 'on'
card:
  type: custom:auto-entities
  card:
    type: glance
    show_icon: false
    show_state: false
  filter:
    include:
      - entity_id: binary_sensor.*tur
        state: 'on'
      - entity_id: binary_sensor.fenster*
        state: 'on'
  exclude: null