Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

<div align="center">
<a href="https://apps.yunohost.org/app/homeassistant"><img height="100px" src="https://github.com/YunoHost/yunohost-artwork/raw/refs/heads/main/badges/neopossum-badges/badge_more_info_on_the_appstore.svg"/></a>
Expand Down
6 changes: 3 additions & 3 deletions manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down Expand Up @@ -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"

Expand Down
2 changes: 2 additions & 0 deletions scripts/_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down