Untitled

 avatar
unknown
plain_text
a year ago
363 B
8
Indexable
alias: Containertijd
description: ""
trigger:
  - platform: time
    at: "18:30:00"
condition:
  - condition: template
    value_template: "{{ not is_state('sensor.cyclus_tomorrow', 'None') }}"
action:
  - service: notify.notify
    data:
      title: Containertijd!
      message: De {{ states("sensor.cyclus_tomorrow") }} container moet aan de weg
mode: single
Editor is loading...
Leave a Comment