From c0b944d21d8064a016cce9b490a5ac27d8c366b0 Mon Sep 17 00:00:00 2001 From: David Date: Tue, 13 Feb 2018 02:49:56 +0100 Subject: [PATCH] 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. --- source/_components/sensor.systemmonitor.markdown | 9 --------- 1 file changed, 9 deletions(-) diff --git a/source/_components/sensor.systemmonitor.markdown b/source/_components/sensor.systemmonitor.markdown index 0cc01b8ade6..9ae17d80ba0 100644 --- a/source/_components/sensor.systemmonitor.markdown +++ b/source/_components/sensor.systemmonitor.markdown @@ -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.