As some may know, MyQ stopped working again.
I got it to work last time with the patch piy
I ran this code in terminal to undo that:
docker exec -it homeassistant /bin/bash
pip uninstall python-myq
rm -rf config/pymyq
rm -rf /usr/src/homeassistant/homeassistant/components/myq/
wget https://github.com/home-assistant/core/archive/refs/tags/2023.10.3.tar.gz
tar -xvf 2023.10.3.tar.gz
cp -fr core-2023.10.3/homeassistant/components/myq /usr/src/homeassistant/homeassistant/components/
rm -rf core-2023.10.3
rm 2023.10.3.tar.gz```
but I got the following error after about a thousand lines of code
![image|690x133](upload://glm9qiKOUqQlBsZgnOoh0uTDmsV.png)
-Now when I try to setup the integration, I get a generic "failed to connect" error except now there is nothing in the logs related to myq.
Does anyone have a fix? What should I do?