Skip to content

Commit

Permalink
Merge pull request #654 from custom-components/dev
Browse files Browse the repository at this point in the history
2.5.14
  • Loading branch information
alandtse authored Apr 20, 2020
2 parents 919f9fa + ce69151 commit 268366a
Show file tree
Hide file tree
Showing 12 changed files with 564 additions and 416 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/hassfest.yaml
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
27 changes: 18 additions & 9 deletions README.md
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.
Loading

0 comments on commit 268366a

Please sign in to comment.