Skip to content

Commit

Permalink
chore: bump 2021.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger committed Apr 11, 2021
1 parent b7744d0 commit c950797
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion www/plantuml/homeassistant-architecture.puml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
LAYOUT_LEFT_RIGHT

package "HP Microserver Gen10" {
Container(homeassistant, "homeassistant/home-assistant:2021.3.4", "Homeassistant")
Container(homeassistant, "homeassistant/home-assistant:2021.4.3", "Homeassistant")
Container(find3, "https://github.com/schollz/find3", "FIND3")
Container(mqtt, "eclipse-mosquitto:latest", "Mosquitto")
Container(facerec_service, "eifinger/face_recognition:latest", "Facerecognition")
Expand Down

0 comments on commit c950797

Please sign in to comment.