diff --git a/README.md b/README.md index ec8e40f..90db9a6 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Home automation platform [![🌐 Official app website](https://img.shields.io/badge/Official_app_website-darkgreen?style=for-the-badge)](https://www.home-assistant.io) [![App Demo](https://img.shields.io/badge/App_Demo-blue?style=for-the-badge)](https://demo.home-assistant.io) -[![Version: 2025.12.1~ynh1](https://img.shields.io/badge/Version-2025.12.1~ynh1-rgb(18,138,11)?style=for-the-badge)](https://ci-apps.yunohost.org/ci/apps/homeassistant/) +[![Version: 2025.12.3~ynh1](https://img.shields.io/badge/Version-2025.12.3~ynh1-rgb(18,138,11)?style=for-the-badge)](https://ci-apps.yunohost.org/ci/apps/homeassistant/)
diff --git a/manifest.toml b/manifest.toml index 9cdcd62..326b4e0 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Home Assistant" description.en = "Home automation platform" description.fr = "Plateforme domotique" -version = "2025.12.1~ynh1" +version = "2025.12.3~ynh1" maintainers = ["ewilly"] @@ -44,8 +44,8 @@ ram.runtime = "2G" [resources.sources] [resources.sources.main] - url = "https://github.com/home-assistant/core/archive/refs/tags/2025.12.1.tar.gz" - sha256 = "defc317694872fdbba8ff5a546f11837bf9b26470ff5bc6d2dd74d23ed6dfef5" + url = "https://github.com/home-assistant/core/archive/refs/tags/2025.12.3.tar.gz" + sha256 = "af4c0d296a91727457d8f4ec4014b25d0a90e55713b19b351849d0a76c57b1cc" autoupdate.strategy = "latest_github_release" diff --git a/scripts/_common.sh b/scripts/_common.sh index 8060abd..da0859f 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -51,6 +51,8 @@ myynh_install_homeassistant () { set -o nounset # Install required version of pip ynh_exec_as_app "$uv" --quiet pip --no-cache-dir install --upgrade "$pip_required" + # Fix for 2025.12.03 + ynh_exec_as_app "$uv" --quiet pip --no-cache-dir install pycares==4.11.0 # Install Home Assistant with uv ynh_exec_as_app "$uv" --quiet pip --no-cache-dir install "$app==$app_version" webrtcvad wheel mysqlclient psycopg2-binary isal # Clear uv options