From c007d48436cd061fe13aba2545df66075535edad Mon Sep 17 00:00:00 2001 From: Masoko Date: Sat, 27 Jan 2024 17:39:35 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ad9e08e..965b723 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,8 @@ memory = True uptime = True wifi_signal = 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.