mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +00:00
Use note block in Systemmonitor (#35125)
This commit is contained in:
parent
65f1f0fa77
commit
90043d54d6
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user