Remove note about differing entity_ids for System Monitor component (#4564)

* Update example entity_id for System Monitor component

Required update if/when home-assistant/home-assistant#12124 gets merged.

* Update entity_id

Update entity_id to reflect changes in PR

* Remove note

Remove note about differing entity_ids: after home-assistant/home-assistant#12124 is merged, all entity_ids will match the resource name.
This commit is contained in:
David 2018-02-13 02:49:56 +01:00 committed by Alok Saboo
parent ea164a47d8
commit c0b944d21d

View File

@ -60,15 +60,6 @@ The table contains types and their argument to use in your `configuration.yaml`
| last_boot | |
| since_last_boot | |
**Note**: Some `type:` names used in the `configuration.yaml` file differ from the entity names.
| Sensor type | Entity ID |
| :------------------ |:-------------------------|
| memory_free | sensor.ram_available |
| memory_use_percent | sensor.ram_used |
| processor_use | sensor.cpu_used |
| disk_use | sensor.disk_used |
## {% linkable_title Linux specific %}
To retrieve all available network interfaces on a Linux System, execute the `ifconfig` command.