Major Release
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.