Update README.md

This commit is contained in:
Masoko
2024-01-27 17:39:35 +02:00
committed by GitHub
parent ceba00e490
commit c007d48436

View File

@@ -88,6 +88,8 @@ memory = True
uptime = True uptime = True
wifi_signal = False wifi_signal = False
wifi_signal_dbm = False wifi_signal_dbm = False
# this works only on raspbery pi version 5 with stock fan
rpi5_fan_speed = False
``` ```
If ```discovery_messages``` is set to true, the script will send MQTT Discovery config messages which allows Home Assistant to automatically add the sensors without having to define them in configuration. Note, this setting is only available when ```group_messages``` is not used. If ```discovery_messages``` is set to true, the script will send MQTT Discovery config messages which allows Home Assistant to automatically add the sensors without having to define them in configuration. Note, this setting is only available when ```group_messages``` is not used.