Skip to content
Antonio edited this page Apr 24, 2024 · 23 revisions

Goals

This step summarizes the requirements for using Alexa Actionable Notifications. The goal is to give you the best orientation and save you a lot of time. You don't walk alone.

Prerequisites

Amazon Account

Your echo devices are connected to your Amazon account. You can login to the developer console for Alexa skills.

Screenshot of ask account

You don't need to register for an AWS developer account, as long as your skill doesn't exceed the limits of typical personal usage of AWS resources..

Note: You can't install into your account and speak to a device connected to your wife's account or vice versa. Even within the same room, the skill and devices have to belong to the same account. (And they still call these dumb devices smart.)

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

Accessibility from outside

The Alexa skill needs access to your Home Assistant. There are different approaches to this, including the services of Nabucasa, Cloudflare, Duckdns, and Let’s Encrypt. Please use search machines to figure out your unique 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

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 your target echo device.

Screenshot 2022-12-31 at 16 27 14

Know the reload features of the Developer Tools

YAML configurations have to be reloaded multiple times. They can be reloaded selectively without requiring a restart.

Screenshot of the developer tools

You find the Developer Tools within the main menu of Home Assistant. Select the YAML tab.


Head to the next step: Initial Configration