From a98eeb55ecff54191e568e9ba3ad7f64c99f255b Mon Sep 17 00:00:00 2001 From: Benjamin Krause Date: Thu, 15 Feb 2024 18:26:29 +0100 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index d7a5aab..9996888 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,16 @@ # Unraid to Home Assistant This Docker container parses and forwards all WebSocket messages from your Unraid server to Home Assistant using the MQTT protocol. This enables you to create dashboards that provide a superior overview compared to Unraid's native capabilities. +# Featureså +1. Historical data is crucial! I aimed to monitor CPU, RAM, and other attributes over time. Maybe most importantly know how often and when disks spin up in order to debug the cause easier. + +2. This integration enables Unraid automations via Home Assistant. You can receive notifications for disk space running low, fan failures, and more. + +3. The custom view I developed greatly enhances locating disks within the array. A disk's color changes from grey (spin-down) to yellow to red if it overheats, and warnings are displayed for disks with issues. It also has a notification when disk scrubbing is running. + +4. Instantly identify which shares are on which disks and how full the disk is. + +5. The "network-share" view in Home Assistant is much more intuitive than Unraid's "shares" tab, in my opinion.
screenshot