Notes: I already have Google integration setup and working 100%.
I am currently stuck at this point in the Alexa integration: Amazon Alexa Smart Home Skill - Home Assistant
When I go to my phone to “enable to use” the skill, it says “Unable to link the skill at this time”. I have no idea why. The Lambda function tested successfully, and I restarted 3 times. The only odd thing I am doing is using port 40390 instead of the default 443, so my URLs would be:
https://NAMEHERE.duckdns.org:40390/auth/authorize
https://NAMEHERE.duckdns.org:40390/auth/token
and the BASE_URL would be [BASE_URL https://NAMEHERE.duckdns.org:40390]
I do indeed have the port open as I can access my HA outside of my network. What am I doing wrong?