Skip to content

Releases: keatontaylor/alexa-actions

0.8.1 - Multi language ready + German language support

23 Aug 01:48
af9e6a5
Compare
Choose a tag to compare

Adds improvements to better support multiple languages and adds German as a new supported language for Alexa responses.

Thank you @mk-maddin!!!

Fix: Improves Catch All Error handling

19 May 17:24
Compare
Choose a tag to compare

Ensures that the skill will re-prompt the user if it cannot understand them, otherwise suggests they take a look at their configuration.

Fix: Resolve NoneType Errors

19 May 16:28
Compare
Choose a tag to compare

Resolves an issue where the custom skill may turn NoneType errors if called in quick succession. This was due to the Borg Singleton not checking if the ha_state was None and so not fetching the new state from Home Assistant.

Major Release 0.7.0

19 May 03:45
908eb7d
Compare
Choose a tag to compare

Major Release 0.7.0

This release cleans up the codes, squashes some bugs, improves this setup process and adds two new features!

New Features

  1. ResponseNumeric
    • Respond with a number such as seventy five
  2. ResponseDuration
    • Respond with a duration such as in four hours

With these additions there is a new field returned by the skill event_response_type which will contain one of the following values for each fo the support types.
"ResponseYes"
"ResponseNo"
"ResponseNone"
"ResponseSelect"
"ResponseNumeric"
"ResponseDuration"

Examples for each type has been added to the Wiki

Feat: Adds Person Detection

15 May 01:16
334b29b
Compare
Choose a tag to compare

Major Release 0.6.0

This release adds person detection that allows for the custom skill to detect the user if Voice Profiles have been setup on your Amazon Alexa account.

Checkout the wiki Advanced Features for more information.

Disclaimer: I will not be able to provide support for this feature as in my own testing it has been a little hit or miss at being able to reliably detect that I am the one speaking.

Fix: Adds additional debugging for connection errors

13 May 04:52
2e38dff
Compare
Choose a tag to compare

This release adds new additions to make it easier for users to debug issues. Alexa can try to help you now based on the errors that it encounters. :)

Fix: Resolves an issue with the Entity ID

13 May 03:46
50e16c4
Compare
Choose a tag to compare

Solves an issue where the lambda_function might report that the entity_id cannot be found.

Selection Bug Fixes

13 May 00:21
fae2c18
Compare
Choose a tag to compare

This release ensures that the use of selections function as intended, and you only get a slot value returned exactly as it is typed in the slot definitions. Resolves #19.

Addition Selections

09 May 23:08
8e16d0a
Compare
Choose a tag to compare

Addition Selections -- Adds the ability to respond with more than just Yes/No

Version 0.4 allows for you to add additional selections using slot types and a custom intent. Please see the Advanced Features Wiki Section for setup.

Bug Fixes

09 May 19:35
5ac9fd2
Compare
Choose a tag to compare

Fixes an issue with the syntax formatting.