From 44f5a8404d99aa7cab6e8f4a313128381188d994 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 8 Jun 2022 10:46:14 +0200 Subject: [PATCH] New option : force_scheme_https https://github.com/alexbelgium/hassio-addons/issues/345 --- calibre_web/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/calibre_web/config.json b/calibre_web/config.json index 790f871c2..94f0b8d05 100644 --- a/calibre_web/config.json +++ b/calibre_web/config.json @@ -82,10 +82,10 @@ "cifsusername": "str?", "localdisks": "str?", "networkdisks": "str?", - "force_https": "bool?" + "force_scheme_https": "bool?" }, "slug": "calibre-web", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre-web", - "version": "0.6.18-ls163-test5", + "version": "0.6.18-ls163-test6", "video": true }