Alarmsteuerung wie beginnen?

Ja, geht alles im Visuellen Editor

description: ""
mode: single
triggers:
  - trigger: state
    entity_id:
      - binary_sensor.buero_fenster_contact
      - binary_sensor.wohnzimmer_fenster_contact
      - binary_sensor.schlafzimmer_fenster_contact
    from: "off"
    to: "on"
conditions:
  - condition: numeric_state
    entity_id: zone.home
    below: 1
actions: []

1 „Gefällt mir“