Skip to content

Releases: keatontaylor/alexa-actions

Major Release

09 May 00:22
f51306d
Compare
Choose a tag to compare

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.