Automation using time trigger firing twice

Hope some one can help me with my little issue. I have an automation that triggers at certain time which then sends me a notification with the COVID numbers. Recently I notice that it fires twice, not sure but I think it’s after I updated to 0.114. Last night I updated to 0.114.4 but issue persists.

- id: '1583446607782'
  alias: Check for COVID-19
  description: ''
  trigger:
  - at: '20:00:00'
    platform: time
  condition: []
  action:
  - data_template:
      message: Today numbers...
      title: Daily COVID-19 update
    service: notify.mobile_app_oneplus_a6013
  initial_state: 'on'
  mode: single

HA_Issue

It’s a known issue and a fix is being tested.

1 Like

Thanks.
Searched on Git hub yesterday but didn’t see that topic :see_no_evil: