I am trying to announce the time on the hour between the hours of 7am and 9pm. However, when I save the following yaml I receive this syntax error,
(Message malformed: expected str for dictionary value @ data[‘triggers’][0][‘platform’])
alias: Notification - Time announce
description: “”
trigger:
Link for understanding how to post your code using the forum standards
Format it properly
When sharing the code, share it as text and not an image. When you do that, remember that spacing is critical in YAML, and if you just throw the code on the page then it’ll look ugly and nobody will know if the problem is because of spacing. We need you to use code blocks and appropriate markup.