📚Update integration details (#68)

This commit is contained in:
Paul Sinclair 2020-05-10 17:16:29 -04:00 committed by GitHub
parent 22695dcd48
commit dbe6d21d70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -182,24 +182,10 @@ provided by the Glances API.
This enables one to track and display their stats in Home Assistant, This enables one to track and display their stats in Home Assistant,
and even build automations based on that data. and even build automations based on that data.
```yaml Set up the integration through **Configuration -> Integrations -> Glances**.
sensor:
- platform: glances
host: 127.0.0.1
port: 61209
version: 3
resources:
- 'processor_load'
- 'memory_use_percent'
- 'disk_use_percent'
```
**Note**: _The port of 61209 is important as this is what is used by the **Note**: _Once the add-on is running, add the integration with all
addon._ defaults, except for port, which should be 61209_
**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._
More information about the Glances sensor platform can be found in the More information about the Glances sensor platform can be found in the
Home Assistant documentation: Home Assistant documentation: