Skip to content

Commit

Permalink
Merge branch 'master' of github.com:eifinger/homeassistant-config
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger committed Apr 11, 2021
2 parents 79a4b4a + c950797 commit 1598975
Show file tree
Hide file tree
Showing 7 changed files with 259 additions and 302 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.3.4"
uses: "docker://homeassistant/home-assistant:2021.4.3"
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.3.4
image: homeassistant/home-assistant:2021.4.3
volumes:
- /home/admin/homeassistant:/config
- /etc/localtime:/etc/localtime:ro
Expand Down
Loading

0 comments on commit 1598975

Please sign in to comment.