Releases: keatontaylor/alexa-actions
0.8.1 - Multi language ready + German language support
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
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
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
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
- ResponseNumeric
- Respond with a number such as
seventy five
- Respond with a number such as
- ResponseDuration
- Respond with a duration such as
in four hours
- Respond with a duration such as
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
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
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
Solves an issue where the lambda_function might report that the entity_id cannot be found.
Selection Bug Fixes
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
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
Fixes an issue with the syntax formatting.