mirror of
https://github.com/hassio-addons/addon-glances.git
synced 2025-05-04 19:11:23 +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:
|
||||
- platform: glances
|
||||
host: 127.0.0.1
|
||||
username: YOUR_GLANCES_USERNAME
|
||||
password: YOUR_GLANCES_PASSWORD
|
||||
port: 61209
|
||||
version: 3
|
||||
resources:
|
||||
- 'processor_load'
|
||||
|
@ -201,6 +200,9 @@ sensor:
|
|||
- '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
|
||||
Home Assistant documentation:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue