From f4647882bd6af8002380613befc07b39491d9da7 Mon Sep 17 00:00:00 2001 From: Malcolm Stewart Date: Thu, 19 Feb 2026 18:53:11 -0500 Subject: [PATCH] Correct interface name for thread router container --- home_assistant.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home_assistant.yaml b/home_assistant.yaml index 59eb2b9..8d775ef 100644 --- a/home_assistant.yaml +++ b/home_assistant.yaml @@ -80,7 +80,7 @@ - "/var/thread_router:/data" env: OT_RCP_DEVICE: "spinel+hdlc+uart:///dev/ttyACM5?uart-baudrate=460800" - OT_INFRA_IF: "eno1" + OT_INFRA_IF: "eth0" OT_THREAD_IF: "wpan0" OT_LOG_LEVEL: "1" OT_REST_LISTEN_ADDR: "0.0.0.0"