alexa-actions

A README and associated code to get actionable notifications setup for Alexa devices.

GPL-3.0 License

Stars
386

Bot releases are hidden (Show)

alexa-actions - v0.12.3 Latest Release

Published by DEADSEC-SECURITY 6 months ago

alexa-actions - v0.12.2

Published by DEADSEC-SECURITY 8 months ago

alexa-actions - v0.12.1

Published by DEADSEC-SECURITY 8 months ago

alexa-actions - v0.12.0

Published by DEADSEC-SECURITY 8 months ago

What's Changed

Full Changelog: https://github.com/keatontaylor/alexa-actions/compare/v0.11.0...v0.12.0

alexa-actions - v0.11.0

Published by DEADSEC-SECURITY 10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/keatontaylor/alexa-actions/compare/v0.10.1...v0.11.0

alexa-actions - v0.10.1

Published by DEADSEC-SECURITY about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/keatontaylor/alexa-actions/compare/v0.10.0...v0.10.1

alexa-actions - v0.10.0

Published by DEADSEC-SECURITY about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/keatontaylor/alexa-actions/compare/v0.9.1...v0.10.0

alexa-actions - v0.9.1

Published by DEADSEC-SECURITY over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/keatontaylor/alexa-actions/compare/v0.9.0...v0.9.1

alexa-actions - v0.9.0

Published by DEADSEC-SECURITY almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/keatontaylor/alexa-actions/compare/v0.8.2...v0.9.0

alexa-actions - Fix sending wrong events to HA on display devices

Published by keatontaylor about 4 years ago

alexa-actions - 0.8.1 - Multi language ready + German language support

Published by keatontaylor about 4 years ago

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

Thank you @mk-maddin!!!

alexa-actions - Fix: Improves Catch All Error handling

Published by keatontaylor over 4 years ago

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

alexa-actions - Fix: Resolve NoneType Errors

Published by keatontaylor over 4 years ago

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.

alexa-actions - Major Release 0.7.0

Published by keatontaylor over 4 years ago

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

alexa-actions - Feat: Adds Person Detection

Published by keatontaylor over 4 years ago

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.

alexa-actions - Fix: Adds additional debugging for connection errors

Published by keatontaylor over 4 years ago

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. :)

alexa-actions - Fix: Resolves an issue with the Entity ID

Published by keatontaylor over 4 years ago

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

alexa-actions - Selection Bug Fixes

Published by keatontaylor over 4 years ago

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.

alexa-actions - Addition Selections

Published by keatontaylor over 4 years ago

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.

alexa-actions - Bug Fixes

Published by keatontaylor over 4 years ago

Fixes an issue with the syntax formatting.