-
Notifications
You must be signed in to change notification settings - Fork 302
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #654 from custom-components/dev
2.5.14
- Loading branch information
Showing
12 changed files
with
564 additions
and
416 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
name: Validate with hassfest | ||
|
||
on: | ||
push: | ||
pull_request: | ||
schedule: | ||
- cron: '0 0 * * *' | ||
|
||
jobs: | ||
validate: | ||
runs-on: "ubuntu-latest" | ||
steps: | ||
- uses: "actions/checkout@v2" | ||
- uses: home-assistant/actions/hassfest@master |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,38 @@ | ||
![Validate with hassfest](https://github.com/custom-components/alexa_media_player/workflows/Validate%20with%20hassfest/badge.svg) | ||
![semantic_release](https://github.com/custom-components/alexa_media_player/workflows/semantic_release/badge.svg) | ||
[![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=for-the-badge)](https://github.com/custom-components/hacs) | ||
|
||
[Alexa Media Player Custom Component](https://github.com/custom-components/alexa_media_player) for homeassistant | ||
|
||
# What This Is: | ||
|
||
This is a custom component to allow control of Amazon Alexa devices in [Homeassistant](https://home-assistant.io) using the unofficial Alexa API. Please note this mimics the Alexa app but Amazon may cut off access at anytime. | ||
|
||
# What It Does: | ||
|
||
Allows for control of Amazon Echo products as home assistant media devices with the following features: | ||
|
||
* Play/Pause/Stop | ||
* Next/Previous (Track) | ||
* Volume | ||
* Retrieval for displaying in home assistant of: | ||
* Song Title | ||
* Artists Name | ||
* Album Name | ||
* Album Image | ||
- Play/Pause/Stop | ||
- Next/Previous (Track) | ||
- Volume | ||
- Retrieval for displaying in home assistant of: | ||
- Song Title | ||
- Artists Name | ||
- Album Name | ||
- Album Image | ||
|
||
# Installation and Configuration | ||
Please see the [wiki.](https://github.com/custom-components/alexa_media_player/wiki/Configuration) | ||
|
||
Please see the [wiki.](https://github.com/custom-components/alexa_media_player/wiki/Configuration) | ||
|
||
# Further Documentation | ||
|
||
Please see the [wiki](https://github.com/custom-components/alexa_media_player/wiki) | ||
|
||
# Changelog | ||
|
||
Use the commit history but we try to maintain this [wiki](https://github.com/custom-components/alexa_media_player/wiki/Changelog). | ||
|
||
# License | ||
|
||
[Apache-2.0](LICENSE). By providing a contribution, you agree the contribution is licensed under Apache-2.0. This is required for Home Assistant contributions. |
Oops, something went wrong.