Skip to content
Elmar Hinz edited this page Jan 1, 2023 · 23 revisions

Amazon Account

Your echo devices are connected to your Amazon account. You can access the developer console for Alexa skills. You don't need an AWS developer account, as long as your skill doesn't exceed the range of typical personal usage of AWS resources.

Screenshot of ask account

Alexa Media Player

Alexa Actionable Notifications make use of the Alexa Media Player custom component. Install it via HACS. Make sure it is up and running. Get acquainted to the usage before going on.

Screenshot of Alexa Media Player inside HACS

Find your locale code

The following languages are currently supported by the Alexa developer console. In doubt open the Alexa App and check out the language settings of the echo device you are targeting.

Screenshot 2022-12-31 at 16 27 14

Accessibility from outside

The Alexa skill needs access to your Home Assistant. There are different approaches to do this, including the services of Nabucasa, Cloudflare, Duckdns and Let’s Encrypt. Please use search machines to figure out your personal solution.

If you choose the Duckdns addon, consider the NGINX proxy addon to separate external HTTPS from internal HTTP.

Screenshot of Duckdns addon Screenshot of NGINX add

Head to the next step: Initial Config