mirror of
https://github.com/hassio-addons/addon-glances.git
synced 2025-05-04 19:11:23 +00:00
📚Update integration details
This commit is contained in:
parent
22695dcd48
commit
c33e4e36f6
1 changed files with 3 additions and 17 deletions
20
README.md
20
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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue