From 14665f7451f4c3789a0a99d2380a76a5f0d0803c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 9 Jan 2026 15:17:26 +0100 Subject: [PATCH] Adjust changedetection.io version --- changedetection.io/README.md | 9 +++++---- changedetection.io/config.yaml | 3 ++- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/changedetection.io/README.md b/changedetection.io/README.md index d23756518..56b4ccabf 100644 --- a/changedetection.io/README.md +++ b/changedetection.io/README.md @@ -57,6 +57,7 @@ You can add a shortcut pointing to your Changedetection.io instance with the fol | `PUID` | int | `0` | User ID for file permissions | | `TZ` | str | | Timezone (e.g., `Europe/London`) | | `BASE_URL` | str | | Full URL when running behind reverse proxy | +| `PLAYWRIGHT_DRIVER_URL` | str | | Playwright driver WebSocket URL | | `TIMEOUT` | int | `60000` | Request timeout in milliseconds | ### Example Configuration @@ -66,21 +67,23 @@ PGID: 0 PUID: 0 TZ: "Europe/London" BASE_URL: "https://changedetection.mydomain.com" +PLAYWRIGHT_DRIVER_URL: "ws://db21ed7f-browserless-chrome:3000/?stealth=1&--disable-web-security=true" TIMEOUT: 60000 ``` ### Connect to browserless Chrome (from @RhysMcW) +Install and start the Browserless Chrome add-on, then use the `PLAYWRIGHT_DRIVER_URL` option to connect to it. This option must be filled with the Browserless Chrome URL: In HA, use the File Editor add-on (or Filebrowser) and edit the Changedetection.io config file at `/homeassistant/addons_config/changedetection.io/config.yaml`. Add the following line to the end of it: ```yaml -PLAYWRIGHT_DRIVER_URL: ws://2937404c-browserless-chrome:3000/chromium?headless=true&blockAds=true&stealth=true +PLAYWRIGHT_DRIVER_URL: ws://db21ed7f-browserless-chrome:3000/?stealth=1&--disable-web-security=true ``` Remember to add a blank line at the end of the file too according to yaml requirements. -The `2937404c-browserless-chrome` hostname is displayed in the UI, on the Browserless Chromium addon page: +The `db21ed7f-browserless-chrome` hostname is displayed in the UI, on the Browserless Chromium addon page: ![image](https://github.com/user-attachments/assets/a63514f6-027a-4361-a33f-0d8f87461279) You can also fetch it: @@ -103,5 +106,3 @@ comparison to installing any other Hass.io add-on. 1. Carefully configure the add-on to your preferences, see the official documentation for for that. [repository]: https://github.com/alexbelgium/hassio-addons - - diff --git a/changedetection.io/config.yaml b/changedetection.io/config.yaml index 5ee12f3f8..ab32761bb 100644 --- a/changedetection.io/config.yaml +++ b/changedetection.io/config.yaml @@ -25,11 +25,12 @@ schema: value: str? BASE_URL: str? PGID: int + PLAYWRIGHT_DRIVER_URL: str? PUID: int TIMEOUT: int TZ: str? slug: changedetection.io udev: true url: https://github.com/alexbelgium/hassio-addons/tree/master/changedetection.io -version: "0.51.4" +version: "0.51.6" webui: http://[HOST]:[PORT:5000]