From 65d3fb01791efff3ac1d54e80ae834a6ef81c7e4 Mon Sep 17 00:00:00 2001
From: Sven Serlier <85389871+wrt54g@users.noreply.github.com>
Date: Tue, 28 Mar 2023 16:40:16 +0200
Subject: [PATCH 1/2] Fix broken URLs
---
glances/DOCS.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/glances/DOCS.md b/glances/DOCS.md
index 2a31126..0a7855a 100644
--- a/glances/DOCS.md
+++ b/glances/DOCS.md
@@ -201,7 +201,7 @@ 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.
-Set up the integration through **Configuration -> Integrations -> Glances**.
+Set up the integration through **Settings -> Devices & Services -> Integrations**.
**Note**: _Once the add-on is running, add the integration with all
defaults, except for port, which should be 61209_
@@ -209,7 +209,7 @@ defaults, except for port, which should be 61209_
More information about the Glances sensor platform can be found in the
Home Assistant documentation:
-
+
## Changelog & Releases
@@ -281,4 +281,4 @@ SOFTWARE.
[issue]: https://github.com/hassio-addons/addon-glances/issues
[reddit]: https://reddit.com/r/homeassistant
[releases]: https://github.com/hassio-addons/addon-glances/releases
-[semver]: http://semver.org/spec/v2.0.0.htm
+[semver]: https://semver.org/spec/v2.0.0.html
From 36814409263db37ca57d0f638906729cde8384ed Mon Sep 17 00:00:00 2001
From: Sven Serlier <85389871+wrt54g@users.noreply.github.com>
Date: Tue, 28 Mar 2023 16:41:45 +0200
Subject: [PATCH 2/2] Small update
---
glances/DOCS.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/glances/DOCS.md b/glances/DOCS.md
index 0a7855a..f54588e 100644
--- a/glances/DOCS.md
+++ b/glances/DOCS.md
@@ -201,7 +201,7 @@ 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.
-Set up the integration through **Settings -> Devices & Services -> Integrations**.
+Set up the integration through **Settings -> Devices & Services -> Integrations -> Add integration -> Glances**.
**Note**: _Once the add-on is running, add the integration with all
defaults, except for port, which should be 61209_