From 1227605444275030879c1ee0c190f79e8f28db38 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 8 Jan 2025 16:09:05 +0100 Subject: [PATCH] Update homeassistant-core.sh --- ct/homeassistant-core.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ct/homeassistant-core.sh b/ct/homeassistant-core.sh index 85e3998d..091b966d 100644 --- a/ct/homeassistant-core.sh +++ b/ct/homeassistant-core.sh @@ -9,10 +9,10 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/d APP="Home Assistant-Core" var_tags="automation;smarthome" var_cpu="2" -var_ram="1024" -var_disk="8" +var_ram="2048" +var_disk="10" var_os="ubuntu" -var_version="24.04" +var_version="24.10" var_unprivileged="1" # App Output & Base Settings @@ -51,7 +51,7 @@ function update_script() { echo -e "${GN}Updating to Stable Version${CL}" BR="" fi - if [[ "$PY" == "python3.11" ]]; then echo -e "⚠️ Home Assistant will soon require Python 3.12."; fi + if [[ "$PY" == "python3.11" ]]; then echo -e "⚠️ Home Assistant will soon require Python 3.13."; fi msg_info "Stopping Home Assistant" systemctl stop homeassistant @@ -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}:8132${CL}"