smartlivenet

Abfall Benachrichtigung wenn Haustür öffnet

Jul 24th, 2024
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.45 KB | None | 0 0
  1. description: ""
  2. mode: single
  3. trigger:
  4.   - platform: state
  5.     entity_id:
  6.      - binary_sensor.haustuer
  7.     to: "on"
  8. condition:
  9.   - condition: time
  10.     after: "06:00:00"
  11.     before: "12:00:00"
  12. action:
  13.   - if:
  14.       - condition: state
  15.         entity_id: sensor.bioabfall
  16.         state: "1"
  17.     then:
  18.       - service: notify.mobile_app_iphone
  19.         metadata: {}
  20.         data:
  21.           message: Abfall muss raus
  22.           title: Termin
  23.  
Advertisement
Add Comment
Please, Sign In to add comment