From edc116d760c63c8cc06c50c109fae7e4e5eb12b2 Mon Sep 17 00:00:00 2001 From: DewGew Date: Mon, 29 Jan 2024 14:44:05 +0100 Subject: [PATCH 1/9] Update info.html --- templates/info.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/info.html b/templates/info.html index dbd43d7..241f6d8 100644 --- a/templates/info.html +++ b/templates/info.html @@ -16,7 +16,7 @@

-

Latest Updates

+

Latest Updates

{% for x in version %} {% if x != version[0] %} From f60b5f2dda4736877d4fe5b3e4b47e9961f45af3 Mon Sep 17 00:00:00 2001 From: DewGew Date: Tue, 30 Jan 2024 09:31:18 +0100 Subject: [PATCH 2/9] Update devices.html --- templates/devices.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/devices.html b/templates/devices.html index 6cc7684..1384805 100644 --- a/templates/devices.html +++ b/templates/devices.html @@ -261,7 +261,7 @@

Description | {{ v['name']['name'] }}
{% endif %}
- Sync devices after saving for the changes to take effect + Sync devices after saving for the changes to take effect
From 91d8c00d598d3481e149c413ed6678de847c7532 Mon Sep 17 00:00:00 2001 From: DewGew Date: Tue, 30 Jan 2024 12:12:29 +0100 Subject: [PATCH 3/9] Update info.html --- templates/info.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/info.html b/templates/info.html index 241f6d8..143053b 100644 --- a/templates/info.html +++ b/templates/info.html @@ -9,18 +9,18 @@
Info | {{ user.username }}

About

- DZGA-Flask Version: Not available + DZGA-Flask Version: Not available
- Domoticz Version: Not available
+ Domoticz Version: Not available

-

Latest Updates

+

Latest Updates

{% for x in version %} {% if x != version[0] %} - {{ x }}
+ {{ x }}
{% endif %} {% endfor %}

From 66e1894377df3c3e91360c2817e73bcd8fafcf31 Mon Sep 17 00:00:00 2001 From: DewGew Date: Tue, 30 Jan 2024 12:13:08 +0100 Subject: [PATCH 4/9] Update serveradmin.html --- templates/serveradmin.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/serveradmin.html b/templates/serveradmin.html index 72c3c35..8ebd4ad 100644 --- a/templates/serveradmin.html +++ b/templates/serveradmin.html @@ -2,7 +2,7 @@
Server settings | Admin
-

Actions on Google API key will be disabled if smart-home-key.json file is added.

+

Actions on Google API key will be disabled if smart-home-key.json file is added.

From 0527b4bceade371565df720abf2172d6267c534b Mon Sep 17 00:00:00 2001 From: DewGew Date: Tue, 30 Jan 2024 12:13:36 +0100 Subject: [PATCH 5/9] Update upload.html --- templates/upload.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/upload.html b/templates/upload.html index 40bb729..16a420a 100644 --- a/templates/upload.html +++ b/templates/upload.html @@ -1,10 +1,10 @@
File upload | Admin
-

Upload your {% if user.admin %}smart-home-key.json file or{% endif %} profile image here. Optimal size is 120x120px. Name your profile image to {{ user.username }}.png or {{ user.username }}.jpg.

+

Upload your profile image {% if user.admin %}or smart-home-key.json file{% endif %} here. Optimal size is 120x120px. Name your profile image to {{ user.username }}.png or {{ user.username }}.jpg.

- +
@@ -20,4 +20,4 @@
File upload | Admin
-
\ No newline at end of file +
From 1b308a94c1750a090ba815b26ff06528baa93181 Mon Sep 17 00:00:00 2001 From: DewGew Date: Tue, 30 Jan 2024 15:34:44 +0100 Subject: [PATCH 6/9] Add pincode to Diimmer --- templates/dashboard.html | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/templates/dashboard.html b/templates/dashboard.html index f865fb3..030d747 100644 --- a/templates/dashboard.html +++ b/templates/dashboard.html @@ -249,7 +249,43 @@
Device log | {{ v['name']['name'] }}
0
{{ v['name']['name'] }}
- + + +