From f3c67ee3f1e1fd05641958a673c93d66cc0b14ca Mon Sep 17 00:00:00 2001 From: Hristo Date: Sat, 27 Jan 2024 19:48:21 +0200 Subject: [PATCH] added What is new section in readme.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 965b723..051bb59 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,11 @@ The easiest way to track your Raspberry Pi or Ubuntu computer system health and * You can install it with just one command from shell. * Configurable: You can select what is monitored and how the message(s) is send (separately or as one csv message) +## What is new + +* 2021-01-27: Added a binary sensor for github to monitor for new versions of the script +* 2021-01-27: Updated the sensors names not to include the device name as per home assistant guidelines +* 2024-01-10: Added support for Raspberry Pi 5 fan speed monitoring (only works on Raspberry Pi 5 with stock fan) ## Installation @@ -291,6 +296,7 @@ entities: - entity: sensor.rpi4_uptime - entity: sensor.rpi4_wifi_signal - entity: sensor.rpi4_wifi_signal_dbm + ... ``` ## To Do