Skip to content

Commit

Permalink
chore(deps): update ghcr.io/esphome/esphome docker tag to v2024.8.3 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 3, 2024
1 parent eefb7b4 commit 648fda5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions apps/esphome/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "esphome",
"tipi_version": 5,
"version": "2024.8.1",
"tipi_version": 6,
"version": "2024.8.3",
"categories": ["automation"],
"description": "ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.",
"short_desc": "Control your ESP8266/ESP32.",
Expand Down Expand Up @@ -42,5 +42,5 @@
],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1723905687000,
"updated_at": 1724816854000
"updated_at": 1725387907000
}
2 changes: 1 addition & 1 deletion apps/esphome/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
esphome:
image: ghcr.io/esphome/esphome:2024.8.1
image: ghcr.io/esphome/esphome:2024.8.3
container_name: esphome
environment:
- TZ=${TZ}
Expand Down

0 comments on commit 648fda5

Please sign in to comment.