From 2b1c017fcfa2e27c652d0dd542be1ad8a6ad3ae3 Mon Sep 17 00:00:00 2001 From: bruvv <3063928+bruvv@users.noreply.github.com> Date: Fri, 18 Jul 2025 11:44:21 +0200 Subject: [PATCH] Fix browserless chromium for changedetection --- changedetection.io/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetection.io/README.md b/changedetection.io/README.md index b4438543c..db5534f5d 100644 --- a/changedetection.io/README.md +++ b/changedetection.io/README.md @@ -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.