From e031ff43b8dd70a08defd9d2db08f5db8d8f1482 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 9 May 2022 07:11:07 +0200 Subject: [PATCH] Tz --- filebrowser/config.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/filebrowser/config.json b/filebrowser/config.json index cf7440710..912393edd 100644 --- a/filebrowser/config.json +++ b/filebrowser/config.json @@ -81,10 +81,11 @@ "localdisks": "str?", "networkdisks": "str?", "smbv1": "bool?", - "ssl": "bool" + "ssl": "bool", + "TZ": "str?" }, "slug": "filebrowser", "startup": "services", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "2.21.1-2" + "version": "2.21.1-3" }