From 0ea26d6caec621761b0c1f72d0d9097d1243e1e0 Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 14 Aug 2023 05:25:12 -0400 Subject: [PATCH] Update homeassistant-core.sh update python message --- 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 ed069489..024b0be5 100644 --- a/ct/homeassistant-core.sh +++ b/ct/homeassistant-core.sh @@ -76,7 +76,7 @@ function update_script() { echo -e "${GN}Updating to Stable Version${CL}" BR="" fi - if [[ "$PY" == "python3.9" ]]; then echo -e "⚠️ Python 3.9 is deprecated and will be removed in Home Assistant 2023.2"; fi + if [[ "$PY" == "python3.10" ]]; then echo -e "⚠️ Home Assistant now requires Python 3.11 to run."; fi msg_info "Stopping Home Assistant" systemctl stop homeassistant