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