Skip to content

Commit 5d28e82

Browse files
ntalektfabaff
authored andcommitted
added note: type names differ from entity names (home-assistant#3746)
* added note: type names differ from entity names * Minor changes
1 parent 10ec509 commit 5d28e82

File tree

1 file changed

+31
-23
lines changed

1 file changed

+31
-23
lines changed

source/_components/sensor.systemmonitor.markdown

Lines changed: 31 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -35,30 +35,38 @@ Configuration variables:
3535
3636
The table contains types and their argument to use in your `configuration.yaml` file.
3737

38-
| Type (`type:`) | Argument (`arg:`) |
38+
| Type (`type:`) | Argument (`arg:`) |
39+
| :------------------ |:--------------------------|
40+
| disk_use_percent | Path, eg. `/` |
41+
| disk_use | Path, eg. `/` |
42+
| disk_free | Path, eg. `/` |
43+
| memory_use_percent | |
44+
| memory_use | |
45+
| memory_free | |
46+
| swap_use_percent | |
47+
| swap_use | |
48+
| swap_free | |
49+
| load_1m | |
50+
| load_5m | |
51+
| load_15m | |
52+
| network_in | Interface, eg. `eth0` |
53+
| network_out | Interface, eg. `eth0` |
54+
| packets_in | Interface, eg. `eth0` |
55+
| packets_out | Interface, eg. `eth0` |
56+
| ipv4_address | Interface, eg. `eth0` |
57+
| ipv6_address | Interface, eg. `eth0` |
58+
| processor_use | |
59+
| process | Binary, e.g. `octave-cli` |
60+
| last_boot | |
61+
| since_last_boot | |
62+
63+
**Note**: Some `type:` names used in the `configuration.yaml` file differ from the entity names.
64+
65+
| Sensor type | Entity ID |
3966
| :------------------ |:-------------------------|
40-
| disk_use_percent | Path, eg. `/` |
41-
| disk_use | Path, eg. `/` |
42-
| disk_free | Path, eg. `/` |
43-
| memory_use_percent | |
44-
| memory_use | |
45-
| memory_free | |
46-
| swap_use_percent | |
47-
| swap_use | |
48-
| swap_free | |
49-
| load_1m | |
50-
| load_5m | |
51-
| load_15m | |
52-
| network_in | Interface, eg. `eth0` |
53-
| network_out | Interface, eg. `eth0` |
54-
| packets_in | Interface, eg. `eth0` |
55-
| packets_out | Interface, eg. `eth0` |
56-
| ipv4_address | Interface, eg. `eth0` |
57-
| ipv6_address | Interface, eg. `eth0` |
58-
| processor_use | |
59-
| process | Binary, eg. `octave-cli` |
60-
| last_boot | |
61-
| since_last_boot | |
67+
| memory_free | sensor.ram_available |
68+
| memory_use_percent | sensor.ram_used |
69+
| processor_use | sensor.cpu_used |
6270

6371
## {% linkable_title Linux specific %}
6472

0 commit comments

Comments
 (0)