diff --git a/README.md b/README.md index edcaaa9a..4be8b273 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,9 @@ Based on Pawcio's script at [domoticz forum](https://www.domoticz.com/forum/view Required: - public url - python >= 3.5 -- reverse proxy for establishing secure connection (if not using Ngrok) +- Make local deployment available trough HTTPS with valid certificate: + - Use ngrok for a secure SSL tunnel with valid public HTTPS URL + - Configure reverse proxy with domain name and valid certificate using Lets Encrypt Domoticz-Google-Assistant delivers: - The oauth authorization and smarthome endpoint for the google assistant. diff --git a/const.py b/const.py index c6730511..639ca73b 100644 --- a/const.py +++ b/const.py @@ -254,9 +254,11 @@ timelapse Sytem Uptime:
{uptime}
- DZGA Version:
V""" + VERSION + """
+ DZGA Version:
V""" + VERSION + """

+
-
+
+
Source Code at Github
@@ -267,14 +269,15 @@