adaptive-lighting/scripts
Florian b787c533bf
fix: make setup-dependencies portable on macOS (#1463)
Two issues prevented the script from running on macOS without manual intervention:

1. `sed -i` requires a backup suffix on macOS BSD sed. Replace with a
   portable `grep -v | mv` idiom that works on both macOS and Linux.

2. `python` is not in PATH on macOS by default. Replace with `python3`.

Co-authored-by: Florian Horner <florianhorner@macbook-pro-von-florian.tail6f28f8.ts.net>
Co-authored-by: Bas Nijholt <basnijholt@users.noreply.github.com>
2026-04-24 13:12:20 -07:00
..
develop build: fix tasks not executing in dev container (#1394) 2026-01-13 11:32:17 +01:00
lint build: fix tasks not executing in dev container (#1394) 2026-01-13 11:32:17 +01:00
setup-dependencies fix: make setup-dependencies portable on macOS (#1463) 2026-04-24 13:12:20 -07:00
setup-devcontainer fix: restore hassfest and Home Assistant CI 2026-04-24 11:31:53 -07:00
setup-symlinks Fix test_proactive_adaptation_with_separate_commands (#970) 2024-04-07 14:01:05 +02:00
update-generated-content Fix the markdown-code-runner workflow. 2026-01-20 01:10:17 +00:00
update-test-matrix.py fix: restore hassfest and Home Assistant CI 2026-04-24 11:31:53 -07:00