mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 08:46:51 +00:00
Add IoT class
This commit is contained in:
parent
7643076844
commit
1e6c9cdabe
@ -9,6 +9,7 @@ sharing: true
|
|||||||
footer: true
|
footer: true
|
||||||
ha_category: Sensor
|
ha_category: Sensor
|
||||||
ha_release: pre 0.7
|
ha_release: pre 0.7
|
||||||
|
ha_iot_class: "Local Push"
|
||||||
---
|
---
|
||||||
|
|
||||||
The `systemmonitor` sensor platform to allow you to monitor disk usage, memory usage, CPU usage, and running processes. This platform has superseded the process component which is now considered deprecated.
|
The `systemmonitor` sensor platform to allow you to monitor disk usage, memory usage, CPU usage, and running processes. This platform has superseded the process component which is now considered deprecated.
|
||||||
@ -18,12 +19,12 @@ To add this platform to your installation, add the following to your `configurat
|
|||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
sensor:
|
sensor:
|
||||||
platform: systemmonitor
|
- platform: systemmonitor
|
||||||
resources:
|
resources:
|
||||||
- type: disk_use_percent
|
- type: disk_use_percent
|
||||||
arg: /home
|
arg: /home
|
||||||
- type: memory_free
|
- type: memory_free
|
||||||
- type: processor_use
|
- type: processor_use
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
@ -34,7 +35,7 @@ Configuration variables:
|
|||||||
|
|
||||||
The table contains types and their argument to use in your `configuration.yaml` file.
|
The table contains types and their argument to use in your `configuration.yaml` file.
|
||||||
|
|
||||||
| Type (`- type:`) | Argument (`arg:`) |
|
| Type (`type:`) | Argument (`arg:`) |
|
||||||
| :------------------ |:-------------------------|
|
| :------------------ |:-------------------------|
|
||||||
| disk_use_percent | Path, eg. `/` |
|
| disk_use_percent | Path, eg. `/` |
|
||||||
| disk_use | Path, eg. `/` |
|
| disk_use | Path, eg. `/` |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user