fix(pine): bump Home Assistant to 2026.7.3 — satellite keepalive support
HA 2024.1's Wyoming integration predates ping/pong keepalives. The PineVoice satellite firmware (wyoming 1.7.2) drops connections idle for ~8s, so HA looped on 'Satellite disconnected' forever and the speaker never worked. HA 2026.7.3 pings satellites and holds the connection (verified on framework-pt: link stays ESTABLISHED, wake word reaches Assist). Catalog regenerated with the bump — needs the signing ceremony before the origin publish. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
aaec25e53b
commit
0a99de75f9
@ -1,5 +1,5 @@
|
|||||||
# Home Assistant - uses official image
|
# Home Assistant - uses official image
|
||||||
FROM homeassistant/home-assistant:2024.1
|
FROM homeassistant/home-assistant:2026.7.3
|
||||||
|
|
||||||
# Default configuration is in the image
|
# Default configuration is in the image
|
||||||
# No additional setup needed
|
# No additional setup needed
|
||||||
|
|||||||
@ -1,11 +1,11 @@
|
|||||||
app:
|
app:
|
||||||
id: homeassistant
|
id: homeassistant
|
||||||
name: Home Assistant
|
name: Home Assistant
|
||||||
version: 2024.1.0
|
version: 2026.7.3
|
||||||
description: Open source home automation platform. Control and monitor your smart home devices.
|
description: Open source home automation platform. Control and monitor your smart home devices.
|
||||||
|
|
||||||
container:
|
container:
|
||||||
image: 146.59.87.168:3000/lfg2025/home-assistant:2024.1
|
image: 146.59.87.168:3000/lfg2025/home-assistant:2026.7.3
|
||||||
pull_policy: if-not-present
|
pull_policy: if-not-present
|
||||||
network: pasta
|
network: pasta
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@ -31,7 +31,7 @@ POSTGRES_IMAGE="$ARCHY_REGISTRY/postgres:15.17"
|
|||||||
BTCPAY_POSTGRES_IMAGE="$ARCHY_REGISTRY/postgres:15.17"
|
BTCPAY_POSTGRES_IMAGE="$ARCHY_REGISTRY/postgres:15.17"
|
||||||
|
|
||||||
# Apps
|
# Apps
|
||||||
HOMEASSISTANT_IMAGE="$ARCHY_REGISTRY/home-assistant:2024.1"
|
HOMEASSISTANT_IMAGE="$ARCHY_REGISTRY/home-assistant:2026.7.3"
|
||||||
GRAFANA_IMAGE="$ARCHY_REGISTRY/grafana:10.2.0"
|
GRAFANA_IMAGE="$ARCHY_REGISTRY/grafana:10.2.0"
|
||||||
UPTIME_KUMA_IMAGE="$ARCHY_REGISTRY/uptime-kuma:1"
|
UPTIME_KUMA_IMAGE="$ARCHY_REGISTRY/uptime-kuma:1"
|
||||||
JELLYFIN_IMAGE="$ARCHY_REGISTRY/jellyfin:10.8.13"
|
JELLYFIN_IMAGE="$ARCHY_REGISTRY/jellyfin:10.8.13"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user