From 5d6007cdd99f754aa3bfb5ccf73788e7aa2008e5 Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 9 Feb 2024 20:37:41 -0500 Subject: [PATCH] Update homeassistant-core.sh tweak --- 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 375024e6..9864695e 100644 --- a/ct/homeassistant-core.sh +++ b/ct/homeassistant-core.sh @@ -78,7 +78,7 @@ function update_script() { echo -e "${GN}Updating to Stable Version${CL}" BR="" fi - if [[ "$PY" == "python3.10" ]]; then echo -e "⚠️ Home Assistant now requires Python 3.11 to run."; fi + if [[ "$PY" == "python3.11" ]]; then echo -e "⚠️ Home Assistant will soon require Python 3.12."; fi msg_info "Stopping Home Assistant" systemctl stop homeassistant