From ef0544c2e23b73bd323d9e3b9e58178b720b43c2 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Mon, 7 Sep 2026 15:34:55 +0200 Subject: [PATCH] Remove Home Assistant setup instruction Removed instruction to set Home Assistant URL and token. --- ct/matter-hub.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ct/matter-hub.sh b/ct/matter-hub.sh index 589ea432b..d7a0f127a 100644 --- a/ct/matter-hub.sh +++ b/ct/matter-hub.sh @@ -70,4 +70,3 @@ msg_ok "Completed Successfully!\n" echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" echo -e "${INFO}${YW}Access it using the following URL:${CL}" echo -e "${GATEWAY}${BGN}http://${IP}:8482${CL}" -echo -e "${INFO}${YW}Set your Home Assistant URL and token in /opt/matter-hub.env first${CL}"