Skip to content
Elmar Hinz edited this page Jan 8, 2023 · 13 revisions

Frequently Asked Questions

A list of common questions and answers. This is intended to ensure that the installation guide does not grow exponentially and instead serves as a common place to answer common questions.

Skill Linking Fails

This might mean that for whatever reason that Amazon's authentication servers cannot communicate with your Home Assistant installation to setup the account linking. Verify your Account Linking configuration, or switch to use long lived tokens as described in Alexa Talking to Home Assistant (The Skill)

Alexa cannot find your skill

  • Make sure the language of the skill matches the language settings of your targeted device. (Language settings can be done in the Alexa App for each Echo device.)

Screenshot 2022-12-31 at 14 31 17

  • Ensure that the invocation name under intents has been changed from change me to anything you want to use.

Screenshot 2022-12-31 at 14 31 45

  • Build and deploy both interaction model and code.

Screenshot 2022-12-31 at 14 31 58

Screenshot 2022-12-31 at 14 32 18

  • When testing in the developer console use the language and the invocation name you did choose.

Screenshot 2022-12-31 at 14 32 56

  • Open your Alexa App and check that the skill has been installed.

Which version of Python is the skill running?

At the moment of checking the docs: 3.7

Screenshot 2023-01-08 at 10 44 04