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 homeassistant/components/philips_js/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."]
}
2 changes: 1 addition & 1 deletion requirements_all.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements_test_all.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion script/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ 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 \
colorlog \
--constraint homeassistant/package_constraints.txt \
--upgrade \
--config-settings editable_mode=compat

python3 -m script.translations develop --all
1 change: 0 additions & 1 deletion script/setup
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ fi
script/bootstrap

pre-commit install
python3 -m script.translations develop --all

hass --script ensure_config -c config

Expand Down
Loading