diff --git a/homeassistant/components/philips_js/manifest.json b/homeassistant/components/philips_js/manifest.json index 0e88d6d44a909..f478d5f3f3e18 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 de55634a3eeb8..3b132b7f93cbf 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 ff0eaae509571..9ba3c9db0db97 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 diff --git a/script/bootstrap b/script/bootstrap index aafcb2395c428..c903cd6c2a29f 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 9af66c9db03e2..00600b3c1acd7 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