Untitled
unknown
plain_text
2 years ago
363 B
11
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