Skip to content

Commit

Permalink
chore(deps): update ghcr.io/home-assistant/home-assistant docker tag …
Browse files Browse the repository at this point in the history
…to v2025.2.4 (#6770)
  • Loading branch information
renovate[bot] authored Feb 14, 2025
1 parent 9dc9827 commit da46cf1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions apps/homeassistant-1/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"exposable": true,
"dynamic_config": true,
"id": "homeassistant-1",
"tipi_version": 56,
"version": "2025.2.3",
"tipi_version": 57,
"version": "2025.2.4",
"categories": ["automation"],
"description": "Open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server.",
"short_desc": "Open source home automation that puts local control and privacy first",
Expand All @@ -16,5 +16,5 @@
"form_fields": [],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1739397791000
"updated_at": 1739554941000
}
2 changes: 1 addition & 1 deletion apps/homeassistant-1/docker-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"services": [
{
"name": "homeassistant-1",
"image": "ghcr.io/home-assistant/home-assistant:2025.2.3",
"image": "ghcr.io/home-assistant/home-assistant:2025.2.4",
"isMain": true,
"internalPort": 8123,
"environment": {
Expand Down
2 changes: 1 addition & 1 deletion apps/homeassistant-1/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
homeassistant-1:
image: ghcr.io/home-assistant/home-assistant:2025.2.3
image: ghcr.io/home-assistant/home-assistant:2025.2.4
container_name: homeassistant-1
environment:
- TZ=${TZ}
Expand Down

0 comments on commit da46cf1

Please sign in to comment.