Changed the default setting of discovery_messages

This commit is contained in:
leaskovski
2021-04-09 10:43:40 +01:00
committed by GitHub
parent 4e4f4bc7c2
commit 368beafc6f

View File

@@ -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 # If this is set to True the script will send just one message containing all values
group_messages = True group_messages = True
# If this is set, then the script will send MQTT discovery messages meaning a config less setup in HA # 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 = True discovery_messages = False
# Random delay in seconds before measuring the values # 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. # - this is used for de-synchronizing message if you run this script on many hosts, set this to 0 for no delay.