docs(release): drop WLED-specific language from auto-generated release notes

The "discover your WLED devices" line predates BLE / USB-serial / ESP-NOW /
MQTT / OpenRGB support and misrepresents what the app does. Replaced with
a generic "add your LED devices" — the device-add UI lists what's actually
supported, and INSTALLATION.md carries the long-form detail.
This commit is contained in:
2026-04-21 19:55:55 +03:00
parent d467eb5dae
commit 4ed099d564
+3 -3
View File
@@ -90,9 +90,9 @@ jobs:
### First-time setup ### First-time setup
1. Change the default API key in config/default_config.yaml 1. Change the default API key in `config/default_config.yaml`.
2. Open http://localhost:8080 and discover your WLED devices 2. Open http://localhost:8080 and add your LED devices.
3. See INSTALLATION.md for detailed configuration 3. See `INSTALLATION.md` for detailed configuration.
''').strip()) ''').strip())
print(json.dumps('\n\n'.join(sections))) print(json.dumps('\n\n'.join(sections)))