Skip to content

Commit

Permalink
chore: Bump to 2021.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger committed Apr 19, 2021
1 parent 893d8af commit ab64381
Show file tree
Hide file tree
Showing 8 changed files with 179 additions and 55 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/homeassistant-installed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
- name: Create secrets.yaml
run: mv travis_secrets.yaml secrets.yaml
- name: Home Assistant Check Installed
uses: "docker://homeassistant/home-assistant:2021.4.3"
uses: "docker://homeassistant/home-assistant:2021.4.5"
with:
args: python -m homeassistant --config . --script check_config --info all
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ version: '2.1'
services:
homeassistant:
container_name: homeassistant
image: homeassistant/home-assistant:2021.4.3
image: homeassistant/home-assistant:2021.4.5
volumes:
- /home/admin/homeassistant:/config
- /etc/localtime:/etc/localtime:ro
Expand Down
2 changes: 1 addition & 1 deletion custom_components/alexa_media/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"""
from datetime import timedelta

__version__ = "3.8.5"
__version__ = "3.8.6"
PROJECT_URL = "https://github.com/custom-components/alexa_media_player/"
ISSUE_URL = f"{PROJECT_URL}issues"

Expand Down
4 changes: 2 additions & 2 deletions custom_components/alexa_media/manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"domain": "alexa_media",
"name": "Alexa Media Player",
"version": "3.8.5",
"version": "3.8.6",
"config_flow": true,
"documentation": "https://github.com/custom-components/alexa_media_player/wiki",
"issue_tracker": "https://github.com/custom-components/alexa_media_player/issues",
"dependencies": ["persistent_notification", "http"],
"codeowners": ["@keatontaylor", "@alandtse"],
"requirements": ["alexapy==1.24.5", "packaging~=20.3", "wrapt~=1.12.1"]
"requirements": ["alexapy==1.25.0", "packaging~=20.3", "wrapt~=1.12.1"]
}
Loading

0 comments on commit ab64381

Please sign in to comment.