浏览代码

Update homeassistant-core.sh

update python message
tteckster 1 年之前
父节点
当前提交
0ea26d6cae
共有 1 个文件被更改,包括 1 次插入1 次删除
  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