diff --git a/home_assistant.yaml b/home_assistant.yaml index 9f41cd9..b93aaa2 100644 --- a/home_assistant.yaml +++ b/home_assistant.yaml @@ -79,8 +79,7 @@ hostname: openthread1 recreate: true restart_policy: "unless-stopped" - network: - - iot + network: host cap_add: - NET_ADMIN - NET_RAW @@ -92,7 +91,7 @@ - "/var/thread_router:/data" env: OT_RCP_DEVICE: "spinel+hdlc+uart:///dev/ttyACM5?uart-baudrate=460800" - OT_INFRA_IF: "eth0" + OT_INFRA_IF: "br5" OT_THREAD_IF: "wpan0" OT_LOG_LEVEL: "7" OT_REST_LISTEN_ADDR: "0.0.0.0"