Automations editor + day of week = not showing up

I’m trying to convert the automations in the configuration.yaml file to the Automations file so they show up in my Automations under the configuration panel. Can anyone tell me if there’s a reason this doesn’t show up (even as read only)? And will it work as is? Thanks

- id: '1544583463071'       
  alias: Fan off in the morning
  trigger:
  - at: 07:00:00
    platform: time
  condition:       
     condition: time
     weekday: 
       - mon
       - wed
       - thu 
       - fri
  action:
  - data:
      entity_id: switch.black_fan
    service: switch.turn_off

Here’s what is showing up from the Automations editor:

Thanks!

Hi,
I have the same question here.

Thanks