add check_wast_cal automation
This commit is contained in:
parent
7adf52b36e
commit
94546b0200
|
|
@ -0,0 +1,13 @@
|
||||||
|
# https://www.home-assistant.io/docs/automation/trigger/#time-trigger
|
||||||
|
description: Prüfen, ob Mülltonnen rausgestellt werden müssen
|
||||||
|
alias: Müllkalender prüfen
|
||||||
|
id: 81a70ad6-c2e9-4e54-a402-7721b41a89fe
|
||||||
|
trigger:
|
||||||
|
- platform: time
|
||||||
|
at: "17:00:00"
|
||||||
|
action:
|
||||||
|
- service: notify.dev_telegram
|
||||||
|
data:
|
||||||
|
message: 17:00, Müllkalender wird gelesen
|
||||||
|
- service: script.waste_notification
|
||||||
|
data: {}
|
||||||
Loading…
Reference in New Issue