Skip to content

Major Release

Compare
Choose a tag to compare
@keatontaylor keatontaylor released this 09 May 00:22
· 117 commits to master since this release
f51306d

This is the first "official" release of Alexa Actions. Documentation has been updated to reflect the latest and greatest version.

New Features

The latest lambda_function.py (version 0.2) modifies the responses so that you can now create actions if the user does not say anything.

Example

Alexa: "Is anyone home?"
You: (No Response)

Alexa will now send an event to Home Assistant with the event_response as ResponseNone indicating that the nothing was said when the skill was activated.