Fix browserless chromium for changedetection

This commit is contained in:
bruvv
2025-07-18 11:44:21 +02:00
committed by GitHub
parent 7ed2d9dbf4
commit 2b1c017fcf

View File

@@ -55,7 +55,7 @@ In HA, use the File Editor add-on (or Filebrowser) and edit the Changedetection.
Add the following line to the end of it:
```yaml
PLAYWRIGHT_DRIVER_URL: ws://2937404c-browserless-chrome:3000/chromium?launch={"defaultViewport":{"height":720,"width":1280},"headless":false,"stealth":true}&blockAds=true
PLAYWRIGHT_DRIVER_URL: ws://2937404c-browserless-chrome:3000/chromium?headless=true&blockAds=true&stealth=true
```
Remember to add a blank line at the end of the file too according to yaml requirements.