If someone runs into this error … drove me crazy for an hour or so …
This:
- alias: Nachtlicht ein
description: Jacobs Nachtlicht einschalten
trigger:
- platform: time
at: 22:30:00
action:
- service: switch.turn_on
entity_id: switch.plugtwo
- service: notify.pushover
data:
message: Nachtlicht ein
mode: single
will raise above error, while
at: 06:30:00
will not (whysoever … when Hours are starting with a “0” it’s ok for the parser …)
Correct way to write is using hyphens:
at: "22:00:00"
1 post - 1 participant