I started 0.103.0 (docker), on my test system, and it reported that it cannot setup timers (confirmed; no timers are created). Is anyone else experiencing this issue?
The log’s message indicates the timer component could not be imported (from the docker version of 0.103.0):
Setup failed for timer: Unable to import component
Here’s the persistent notification generated at startup:
The following timer configuration was valid in all previous versions I’ve used, right up to 0.102.0.
timer:
my_timer:
duration: '00:30:00'
timer1:
duration: '00:01:10'
timer2:
duration: '00:02:15'
timer3:
duration: 300
I didn’t see anything related to timers in the release notes nor recent changes to its documentation.
Bug or user error?