Add myuplink diagnostics to ha_platforms (#31386)

This commit is contained in:
Åke Strandberg 2024-02-12 12:11:35 +01:00 committed by GitHub
parent 3887e48d6a
commit ef338ed83f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 `<HOME_ASSISTANT_URL>` 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 %}