From ef338ed83fece1cd9a02733b86aa63c314660fa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=85ke=20Strandberg?= Date: Mon, 12 Feb 2024 12:11:35 +0100 Subject: [PATCH] Add myuplink diagnostics to ha_platforms (#31386) --- source/_integrations/myuplink.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/myuplink.markdown b/source/_integrations/myuplink.markdown index 5b504b72c47..f9690fc92c0 100644 --- a/source/_integrations/myuplink.markdown +++ b/source/_integrations/myuplink.markdown @@ -11,6 +11,7 @@ ha_codeowners: - '@pajzo' ha_config_flow: true ha_platforms: + - diagnostics - sensor - update ha_integration_type: integration @@ -29,7 +30,6 @@ Depending on the type of devices in your system, one or more sensor entities to - **OAuth Flow**: Authorization Code Grant Flow - **Redirect URI**: `https://my.home-assistant.io/redirect/oauth` - {% details "I have manually disabled My Home Assistant" %} If you don't have [My Home Assistant](/integrations/my) on your installation, @@ -39,7 +39,7 @@ instead. The `` must be the same as used during the configuration/ authentication process. -Internal examples: `http://192.168.0.2:8123/auth/external/callback`, `http://homeassistant.local:8123/auth/external/callback`." +Internal examples: `http://192.168.0.2:8123/auth/external/callback`, `http://homeassistant.local:8123/auth/external/callback`." {% enddetails %}