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
This commit is contained in:
PhyberApex 2017-11-26 09:34:15 +01:00 committed by Fabian Affolter
parent 8c395b7fba
commit 27fa84eb37

View File

@ -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 %}