mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Add myuplink diagnostics to ha_platforms (#31386)
This commit is contained in:
parent
3887e48d6a
commit
ef338ed83f
@ -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 %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user