Prechádzať zdrojové kódy

Update homeassistant-core.sh

update python message
tteckster 1 rok pred
rodič
commit
0ea26d6cae
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      ct/homeassistant-core.sh

+ 1 - 1
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