From e244c3f25268d803f2e0a0ee5feb10050dec1add Mon Sep 17 00:00:00 2001 From: Malcolm Stewart Date: Thu, 19 Feb 2026 15:34:35 -0500 Subject: [PATCH] fix image for podman thread container --- home_assistant.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home_assistant.yaml b/home_assistant.yaml index 4d02a6b..e9cd4d6 100644 --- a/home_assistant.yaml +++ b/home_assistant.yaml @@ -59,7 +59,7 @@ - name: Create OpenThread container containers.podman.podman_container: name: thread - image: ghcr.io/matter-js/python-matter-server:stable + image: docker.io/openthread/border-router:latest hostname: openthread1 recreate: true restart_policy: "unless-stopped"