mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-27 03:07:14 +00:00
add throughput_network_* (#8799)
This commit is contained in:
parent
24ed0278dd
commit
2aa946ce26
@ -48,7 +48,7 @@ The table contains types and their argument to use in your `configuration.yaml`
|
|||||||
file.
|
file.
|
||||||
|
|
||||||
| Type (`type:`) | Argument (`arg:`) |
|
| Type (`type:`) | Argument (`arg:`) |
|
||||||
| :------------------ |:--------------------------|
|
| :--------------------- |:--------------------------|
|
||||||
| disk_use_percent | Path, e.g., `/` |
|
| disk_use_percent | Path, e.g., `/` |
|
||||||
| disk_use | Path, e.g., `/` |
|
| disk_use | Path, e.g., `/` |
|
||||||
| disk_free | Path, e.g., `/` |
|
| disk_free | Path, e.g., `/` |
|
||||||
@ -63,6 +63,8 @@ file.
|
|||||||
| load_15m | |
|
| load_15m | |
|
||||||
| network_in | Interface, e.g., `eth0` |
|
| network_in | Interface, e.g., `eth0` |
|
||||||
| network_out | Interface, e.g., `eth0` |
|
| network_out | Interface, e.g., `eth0` |
|
||||||
|
| throughput_network_in | Interface, e.g., `eth0` |
|
||||||
|
| throughput_network_out | Interface, e.g., `eth0` |
|
||||||
| packets_in | Interface, e.g., `eth0` |
|
| packets_in | Interface, e.g., `eth0` |
|
||||||
| packets_out | Interface, e.g., `eth0` |
|
| packets_out | Interface, e.g., `eth0` |
|
||||||
| ipv4_address | Interface, e.g., `eth0` |
|
| ipv4_address | Interface, e.g., `eth0` |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user