I have the home assistant docker container running on Raspbian (RPI 2). Suddenly I realized my automations stopped working.. Looking at the logs I see: https://pastebin.com/raw/mHrCW0Yk
I have tried (in order):
- Pulling the latest home assistant image
- Removing the home assistant container entirely, and recreating it (I'm using Docker Compose) (Including running
docker system prune -a) - Commenting out EVERYTHING in my configuration.yaml and doing the above again
Any insight?