diff --git a/README.md b/README.md index db0d1b3..bb3c327 100644 --- a/README.md +++ b/README.md @@ -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: