mirror of
https://github.com/hassio-addons/addon-glances.git
synced 2025-05-05 03:21:36 +00:00
parent
df6fb87cef
commit
bf7b269d25
1 changed files with 4 additions and 2 deletions
|
@ -192,8 +192,7 @@ and even build automations based on that data.
|
||||||
sensor:
|
sensor:
|
||||||
- platform: glances
|
- platform: glances
|
||||||
host: 127.0.0.1
|
host: 127.0.0.1
|
||||||
username: YOUR_GLANCES_USERNAME
|
port: 61209
|
||||||
password: YOUR_GLANCES_PASSWORD
|
|
||||||
version: 3
|
version: 3
|
||||||
resources:
|
resources:
|
||||||
- 'processor_load'
|
- 'processor_load'
|
||||||
|
@ -201,6 +200,9 @@ sensor:
|
||||||
- 'disk_use_percent'
|
- 'disk_use_percent'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**Note**: _The port of 61209 is important as this is what is used by the
|
||||||
|
addon._
|
||||||
|
|
||||||
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:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue