formatting
This commit is contained in:
@@ -12,13 +12,14 @@ 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 = False
|
group_messages = False
|
||||||
|
|
||||||
# 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
|
# If this is set, then the script will send MQTT discovery messages meaning a config less setup in HA. Only works
|
||||||
|
# when group_messages is set to False
|
||||||
discovery_messages = True
|
discovery_messages = True
|
||||||
|
|
||||||
# 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.
|
||||||
# - if you want a fix delay you can remove the randarnge function and just set the needed delay.
|
# - if you want a fix delay you can remove the randrange function and just set the needed delay.
|
||||||
random_delay = randrange(30)
|
random_delay = randrange(3)
|
||||||
|
|
||||||
# This is the time between sending the individual messages
|
# This is the time between sending the individual messages
|
||||||
sleep_time = 0.5
|
sleep_time = 0.5
|
||||||
|
|||||||
Reference in New Issue
Block a user