Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-14T19:07:21.000Z (over 1 year ago)
- Last Synced: 2024-08-02T15:10:09.355Z (6 months ago)
- Topics: alexa, home-assistant, home-automation
- Language: Python
- Homepage:
- Size: 267 KB
- Stars: 533
- Watchers: 41
- Forks: 114
- Open Issues: 72
-
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
[![Main](https://github.com/mike-grant/haaska/actions/workflows/main.yml/badge.svg)](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).