📚Update Readme for HA sensor caused by ingress

closes #27
This commit is contained in:
Paul Sinclair 2019-08-15 17:43:03 -04:00
parent df6fb87cef
commit bf7b269d25
No known key found for this signature in database
GPG key ID: 779C7A23E1AA845D

View file

@ -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: