Description
I recently had to switch out my router which gave all new IPs to my entire network, not sure if this is part of the problem, but this is when the issue started occurring. I deleted the MyQ integration, rebooted HA, then re-added, but I still get the same error. I use the same exact credentials to login to the MyQ app on my Android, so I'm not understanding why it's giving me a 403. Is there something else I need to do? I added logging to the myq component in HA to write out the credentials and those are getting passed in correctly to:
myq = await pymyq.login(conf[CONF_USERNAME], conf[CONF_PASSWORD], websession)
yet a MyQError is getting thrown, this is what I logged:
ERROR (MainThread) [homeassistant.components.myq] async_setup_entry, Failed to login due to(MyQError): Error requesting data from https://accounts.myq-cloud.com/api/v6.0/accounts: 403 - Forbidden
Any help is appreciated.