mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-20 15:56:51 +00:00
update with new types
This commit is contained in:
parent
73c46fdc48
commit
1c90a1c297
@ -22,8 +22,31 @@ sensor:
|
|||||||
- type: disk_use_percent
|
- type: disk_use_percent
|
||||||
arg: /home
|
arg: /home
|
||||||
- type: memory_free
|
- type: memory_free
|
||||||
- type: process
|
|
||||||
arg: kodi
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
The table contains types and their argument to use in your `configuration.yaml` file.
|
||||||
|
|
||||||
|
| Type | Argument |
|
||||||
|
| :------------------ |:-------------------------|
|
||||||
|
| disk_use_percent | Path, eg. '/' |
|
||||||
|
| disk_use | |
|
||||||
|
| disk_free | |
|
||||||
|
| memory_use_percent | |
|
||||||
|
| memory_use | |
|
||||||
|
| memory_free | |
|
||||||
|
| swap_use_percent | |
|
||||||
|
| swap_use | |
|
||||||
|
| swap_free | |
|
||||||
|
| network_in | Interface, eg. 'eth0' |
|
||||||
|
| network_out | Interface, eg. 'eth0' |
|
||||||
|
| packets_in | Interface, eg. 'eth0' |
|
||||||
|
| packets_out | Interface, eg. 'eth0' |
|
||||||
|
| ipv4_address | Interface, eg. 'eth0' |
|
||||||
|
| ipv6_address | Interface, eg. 'eth0' |
|
||||||
|
| processor_use | Interface, eg. 'eth0' |
|
||||||
|
| process | Binary, eg. 'octave-cli' |
|
||||||
|
| last_boot | |
|
||||||
|
| since_last_boot | |
|
||||||
|
|
||||||
|
|
||||||
[Theodor Lindquist](https://github.com/theolind) has contributed the System monitoring platform.
|
[Theodor Lindquist](https://github.com/theolind) has contributed the System monitoring platform.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user