Hi,I hope you figured it out by now and the struggle paid out.I see two
mistakes in your YAML code:Your key and value for weekdays are not
separated by a space. You write "weekdays:[MON", it should be:
"weekdays: [MON"The delimiter for lists in YAML ...