Use note block in Systemmonitor (#35125)

This commit is contained in:
G Johansson 2024-10-08 07:00:08 +02:00 committed by GitHub
parent 65f1f0fa77
commit 90043d54d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,13 @@ memory usage, CPU usage, and running processes.
## Sensors ## Sensors
**All entities are disabled by default, you need to enable the entities that you wish to use.** {% note %}
All entities are disabled by default, you need to enable the entities that you wish to use.
All sensors are also marked as diagnostic and won't be automatically added to automatic dashboards.
{% endnote %}
### Disks ### Disks
@ -63,7 +69,11 @@ The `process` binary sensor needs to be configured by the config entry options.
## Disk usage ## Disk usage
**Note:** The disk usage sensors do not support monitoring folder/directory sizes. Instead, it is only concerned with "disks" (more specifically mount points on Linux). {% note %}
The disk usage sensors do not support monitoring folder/directory sizes. Instead, it is only concerned with "disks" (more specifically mount points on Linux).
{% endnote %}
```bash ```bash
$ df -H $ df -H