From 57c5e74b06ed7bedea7cbad2bb0dc78eb8f4b893 Mon Sep 17 00:00:00 2001 From: Malene Trab Date: Tue, 10 Feb 2026 09:49:44 +0000 Subject: [PATCH] Update Home Assistant requirement --- requirements.txt | 2 +- scripts/develop | 2 +- scripts/setup | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index bc7033f..5f2d5a0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ colorlog==6.10.1 -homeassistant==2025.12.0 +homeassistant==2026.2.0 pip>=21.0,<25.4 ruff==0.14.11 diff --git a/scripts/develop b/scripts/develop index eb76645..3f24e46 100755 --- a/scripts/develop +++ b/scripts/develop @@ -6,7 +6,7 @@ cd "$(dirname "$0")/.." pip3 uninstall -y pywebasto || true -pip3 install --upgrade "pycares==4.3.0" +# pip3 install --upgrade "pycares==4.3.0" # Create config dir if not present if [[ ! -d "${PWD}/config" ]]; then diff --git a/scripts/setup b/scripts/setup index 3ceafb7..1e41b84 100755 --- a/scripts/setup +++ b/scripts/setup @@ -4,7 +4,7 @@ set -e curl -L https://github.com/AlexxIT/go2rtc/releases/download/v1.9.9/go2rtc_linux_amd64 --output /bin/go2rtc chmod a+x /bin/go2rtc -pip3 install uv==0.6.8 +# pip3 install uv==0.6.8 cd "$(dirname "$0")/.."