From c33e4e36f693c85688dc18e20d2bf2b3ec3bbea1 Mon Sep 17 00:00:00 2001 From: Paul Sinclair <24625998+sinclairpaul@users.noreply.github.com> Date: Sun, 10 May 2020 17:05:39 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9AUpdate=20integration=20details?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 0f56635..6f6d02a 100644 --- a/README.md +++ b/README.md @@ -182,24 +182,10 @@ provided by the Glances API. This enables one to track and display their stats in Home Assistant, and even build automations based on that data. -```yaml -sensor: - - platform: glances - host: 127.0.0.1 - port: 61209 - version: 3 - resources: - - 'processor_load' - - 'memory_use_percent' - - 'disk_use_percent' -``` +Set up the integration through **Configuration -> Integrations -> Glances**. -**Note**: _The port of 61209 is important as this is what is used by the -addon._ - -**Note**: _The integrations panel in Home Assistant now supports importing -Glances as well. Once the add-on is running, add the integration with all -defaults, except for port, which should be 61209, per the note above._ +**Note**: _Once the add-on is running, add the integration with all +defaults, except for port, which should be 61209_ More information about the Glances sensor platform can be found in the Home Assistant documentation: