https://github.com/mike-grant/haaska
Home Assistant Alexa Skill Adapter that supports v3 of the Alexa Smart Home Skill API
https://github.com/mike-grant/haaska
alexa home-assistant home-automation
Last synced: 11 days ago
JSON representation
Home Assistant Alexa Skill Adapter that supports v3 of the Alexa Smart Home Skill API
- Host: GitHub
- URL: https://github.com/mike-grant/haaska
- Owner: mike-grant
- License: mit
- Created: 2017-12-21T09:18:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-17T16:51:56.000Z (8 months ago)
- Last Synced: 2024-11-05T09:44:09.319Z (5 months ago)
- Topics: alexa, home-assistant, home-automation
- Language: Python
- Homepage:
- Size: 267 KB
- Stars: 538
- Watchers: 42
- Forks: 118
- Open Issues: 75
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome - mike-grant/haaska - Home Assistant Alexa Skill Adapter that supports v3 of the Alexa Smart Home Skill API (Python)
README
# haaska: Home Assistant Alexa Skill Adapter
[](https://github.com/mike-grant/haaska/actions/workflows/main.yml)
---
haaska implements a bridge between the [Home Assistant Smart Home API](https://www.home-assistant.io/components/alexa/#smart-home) and the [Alexa Smart Home Skill API](https://developer.amazon.com/alexa/smart-home) from Amazon.
This provides voice control for a connected home managed by Home Assistant, through any Alexa-enabled device.
### Getting Started
To get started, head over to the [haaska Wiki](https://github.com/mike-grant/haaska/wiki).### Development
Run tests
```
python -m pytest test.py
```### Thanks and Acknowledgement
Thanks to [@auchter](https://github.com/auchter) for creating the original haaska.
Thanks to [@bitglue](https://github.com/bitglue) for his work in getting the Smart Home API exposed via HTTP, making this slimmed down version possible.
This fork of haaska was created by [@mike-grant](https://github.com/mike-grant).
Documentation and additional maintenance is done by [@anthonylavado](https://github.com/anthonylavado), and contributors like you.
### License
haaska is provided under the [MIT License](LICENSE).