From af4a1ffcbe368abb7de9c7684c1a122658ed94c4 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 17 Jul 2025 19:43:36 +0200 Subject: [PATCH] Update config.json --- ente/config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ente/config.json b/ente/config.json index c61defc00..6d3f21102 100644 --- a/ente/config.json +++ b/ente/config.json @@ -81,6 +81,7 @@ "options": { "DB_PASSWORD": "ente", "DISABLE_WEB_UI": true, + "ENTE_ENDPOINT_URL": "http://homeassistant.local:8280", "MINIO_DATA_LOCATION": "/config/minio-data", "MINIO_ROOT_PASSWORD": "minioadmin", "MINIO_ROOT_USER": "minioadmin", @@ -114,6 +115,7 @@ "DB_PORT": "int?", "DB_USERNAME": "str?", "DISABLE_WEB_UI": "bool?", + "ENTE_ENDPOINT_URL": "str", "MINIO_DATA_LOCATION": "str", "MINIO_ROOT_PASSWORD": "str", "MINIO_ROOT_USER": "str", @@ -123,7 +125,7 @@ "slug": "ente", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.1.57", + "version": "1.1.57-2", "video": true, "webui": "http://[HOST]:[PORT:3000]" }