I am trying to test the time condition to only trigger on specific days.
right now I am testing with a simple trigger that sends an mqtt message when a wemo light switch is switched. I want it to only send the message on tuesday and wednesday. The config is valid when I check from the web interface but it triggers on all days.
Here is my config:
I tried your version it is still sending the mqtt even though its not tue (or wed)…
It seems there is also a problem in the web console that reloading automations does not reload. I restarted homeassistant from commandline and now it is following the automation rules and only works on days specified.
thanks.
Now i would still like to know exactly whats different because I just added in the weekdays to the automatically (by homeassistant web console) configured automations file.
And also the automation as it is now does not show up in the web console. It seems that when I did everything from cli it worked much better. I was trying to move over to web console and test it out. It seems its not really ready yet. I will keep that in mind when try using it from now on.