I try to get Home Assistant to simply turn on and off my cafe machine and therefor I have implemented the below mentioned automation. But whatever I do, it does not fire.
Is the automation turned on (enabled) - check in Developer tools -> States
Does the action work if you manually trigger the automation - Developer tools -> States -> find the automation, select the icon next to it and push TRIGGER
Is the time right - check by entering the following in Developer tools -> Templates
So. It was the time setting. Before I saw you could change that in the UI, reconfigured my docker file. Here is the result for reference (took me a while to find the start command)
Dockerfile:
FROM homeassistant/home-assistant:latest
CMD python3 -m homeassistant --config /config