From 368beafc6ff30ccbf02cd60c37ac0d9ca1cf40fc Mon Sep 17 00:00:00 2001 From: leaskovski Date: Fri, 9 Apr 2021 10:43:40 +0100 Subject: [PATCH] Changed the default setting of discovery_messages --- src/config.py.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.py.example b/src/config.py.example index 4a22762..451cc5f 100644 --- a/src/config.py.example +++ b/src/config.py.example @@ -12,8 +12,8 @@ mqtt_topic_prefix = "rpi-MQTT-monitor" # If this is set to True the script will send just one message containing all values group_messages = True -# If this is set, then the script will send MQTT discovery messages meaning a config less setup in HA -discovery_messages = True +# If this is set, then the script will send MQTT discovery messages meaning a config less setup in HA. Only works for group_messages being False +discovery_messages = False # Random delay in seconds before measuring the values # - this is used for de-synchronizing message if you run this script on many hosts, set this to 0 for no delay.