From b0a523aac3601340ee62747f4d0089b1b1d9e818 Mon Sep 17 00:00:00 2001 From: Fraefel Date: Sat, 21 Dec 2024 11:24:51 -0500 Subject: [PATCH] Update homeassistant-core.sh (#961) Corrected the port number to 8123 --- ct/homeassistant-core.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/homeassistant-core.sh b/ct/homeassistant-core.sh index f5d5d045..733489b2 100644 --- a/ct/homeassistant-core.sh +++ b/ct/homeassistant-core.sh @@ -128,4 +128,4 @@ description 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 "${TAB}${GATEWAY}${BGN}http://${IP}:8132${CL}" \ No newline at end of file +echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8123${CL}"