From 106e1ce224bcaf89207cc5b13800dacd18077413 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 6 Sep 2025 01:22:47 -0400 Subject: [PATCH 1/2] Gen translations in script/bootstrap (#151806) --- script/bootstrap | 3 ++- script/setup | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/script/bootstrap b/script/bootstrap index aafcb2395c4281..c903cd6c2a29f9 100755 --- a/script/bootstrap +++ b/script/bootstrap @@ -7,7 +7,6 @@ set -e cd "$(realpath "$(dirname "$0")/..")" echo "Installing development dependencies..." -uv pip install wheel --constraint homeassistant/package_constraints.txt --upgrade uv pip install \ -e . \ -r requirements_test.txt \ @@ -15,3 +14,5 @@ uv pip install \ --constraint homeassistant/package_constraints.txt \ --upgrade \ --config-settings editable_mode=compat + +python3 -m script.translations develop --all diff --git a/script/setup b/script/setup index 9af66c9db03e25..00600b3c1acd75 100755 --- a/script/setup +++ b/script/setup @@ -32,7 +32,6 @@ fi script/bootstrap pre-commit install -python3 -m script.translations develop --all hass --script ensure_config -c config From 6a1629d2ed6ea3473544a3e6dc5fd188f97f0445 Mon Sep 17 00:00:00 2001 From: Joakim Plate Date: Sat, 6 Sep 2025 08:16:06 +0200 Subject: [PATCH 2/2] Update philips_js to 3.2.4 (#151796) --- homeassistant/components/philips_js/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/philips_js/manifest.json b/homeassistant/components/philips_js/manifest.json index 0e88d6d44a9094..f478d5f3f3e188 100644 --- a/homeassistant/components/philips_js/manifest.json +++ b/homeassistant/components/philips_js/manifest.json @@ -6,6 +6,6 @@ "documentation": "https://www.home-assistant.io/integrations/philips_js", "iot_class": "local_polling", "loggers": ["haphilipsjs"], - "requirements": ["ha-philipsjs==3.2.2"], + "requirements": ["ha-philipsjs==3.2.4"], "zeroconf": ["_philipstv_s_rpc._tcp.local.", "_philipstv_rpc._tcp.local."] } diff --git a/requirements_all.txt b/requirements_all.txt index de55634a3eeb80..3b132b7f93cbff 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1128,7 +1128,7 @@ ha-ffmpeg==3.2.2 ha-iotawattpy==0.1.2 # homeassistant.components.philips_js -ha-philipsjs==3.2.2 +ha-philipsjs==3.2.4 # homeassistant.components.homeassistant_hardware ha-silabs-firmware-client==0.2.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index ff0eaae509571e..9ba3c9db0db97b 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -989,7 +989,7 @@ ha-ffmpeg==3.2.2 ha-iotawattpy==0.1.2 # homeassistant.components.philips_js -ha-philipsjs==3.2.2 +ha-philipsjs==3.2.4 # homeassistant.components.homeassistant_hardware ha-silabs-firmware-client==0.2.0