From b759407609ced5ff4c12205f98a26dc063d662c7 Mon Sep 17 00:00:00 2001 From: Hristo Date: Wed, 31 Jan 2024 22:43:38 +0200 Subject: [PATCH] add update variable to readme.md --- src/config.py.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/config.py.example b/src/config.py.example index 79cb250..cf51670 100644 --- a/src/config.py.example +++ b/src/config.py.example @@ -21,6 +21,9 @@ discovery_messages = True # Binary sensor that displays when there are updates git_update = True +# Enable remote update of the script via Home Assistant +update = True + # Retain flag for published topics retain = True