From 27fa84eb3732d9b5e4cf13ff8ce736b46fa0e7ed Mon Sep 17 00:00:00 2001 From: PhyberApex Date: Sun, 26 Nov 2017 09:34:15 +0100 Subject: [PATCH] Mentioned the naming of the disk_use sensor (#4057) * Mentioned the naming of the disk_use sensor The disk_use parameter creates sensors named disk_used. This should be mentioned along the other differing entity names. This not being mentioned on release made me lose one month of data. ~Cheers * Align with other entries --- source/_components/sensor.systemmonitor.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_components/sensor.systemmonitor.markdown b/source/_components/sensor.systemmonitor.markdown index 283e302217f..0cc01b8ade6 100644 --- a/source/_components/sensor.systemmonitor.markdown +++ b/source/_components/sensor.systemmonitor.markdown @@ -67,6 +67,7 @@ The table contains types and their argument to use in your `configuration.yaml` | memory_free | sensor.ram_available | | memory_use_percent | sensor.ram_used | | processor_use | sensor.cpu_used | +| disk_use | sensor.disk_used | ## {% linkable_title Linux specific %}