From 5ac77de6807b4c9d0828a8400af97e54a0433437 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 23 Jul 2024 08:10:02 +0200 Subject: [PATCH] Update config.json https://github.com/alexbelgium/hassio-addons/issues/1489#issuecomment-2244325438 --- changedetection.io/config.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/changedetection.io/config.json b/changedetection.io/config.json index f9213d5ec..dcc8f3a12 100644 --- a/changedetection.io/config.json +++ b/changedetection.io/config.json @@ -6,7 +6,8 @@ "codenotary": "alexandrep.github@gmail.com", "description": "web page monitoring, notification and change detection", "environment": { - "TIMEOUT": "60000" + "TIMEOUT": "60000", + "LC_ALL": "en_US.UTF-8" }, "image": "ghcr.io/alexbelgium/changedetection.io-{arch}", "init": false, @@ -35,6 +36,6 @@ "slug": "changedetection.io", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/changedetection.io", - "version": "0.46.1", + "version": "0.46.1-2", "webui": "http://[HOST]:[PORT:5000]" }