Skip to content

Initial Home Assistant Configuration

Elmar Hinz edited this page Jan 3, 2023 · 7 revisions

Goals

A tiny configuration required to be done first.

  • install
  • check

Prerequisites

You did check Prerequisites

Creating the input_text entity

Make sure to install it i.e. into /config/configuration.yaml.

input_text:
  alexa_actionable_notification:
    name: Alexa Actionable Notification Holder
    max: 255
    initial: '{"text": "This is a test of the alexa actionable notifications skill. Did it work?", "event": "actionable.skill.test"}'
  • Translate the text to your language to get a smooth experience.
  • Use the Developer Tools to reload INPUT TEXTS.

Checking success

Go to Developer Tools > STATES and search for it.

Screenshot of search for the entity

Head to the next step: Alexa Talking to Home Assistant (The Skill)