Automation - time pattern - not working since 0.114

Hi all,
my automation time pattern is not working well since 0.114. I have upgraded 17.9.2020. Since this my automation is started every hour (:00 minutes), but it should be started every half past (:30 minutes) As you can see on my screenshot from logbook. logbook

Here is automation settings from GUI:

And there is yaml code:

- id: '1596993106144'
  alias: Water the Willow
  description: ''
  trigger:
  - minutes: '30'
    platform: time_pattern
.
.
.
.

  mode: single 

Any idea, how to start it every half past… ( :30 )

Try adding : -

     hours: '*' 

Not working :frowning:

Okay, back to basics.

What is it you are trying to do ?

Water the willow every 30 minutes ?
or water the willow once an hour, on the half hour only ?

on the half hour only

And… I have found the issue. There is minutes: ‘30’ over GUI - not working. I have changed it manually in yaml to minutes: 30 - now its working well. Looks like a bug in 0.114 and higher…

1 Like

No, not a bug, it’s probably just ‘stricter’ on syntax

…over GUI not working - the bug :slight_smile:

1 Like

Agreed. It is a bug. When 5 is transferred to the yaml as ‘5’ and subsequently not working, one can say its a bug.

1 Like

Definitely a bug. This post saved my sanity. I get the same lack of response from the GUI, but everything worked when I coded it in YAML.

1 Like