Åke Strandberg 15cc3c6d8e
Add update category to myuplink (#31271)
* Update myuplink.markdown

Add update category

* add ha_platforms

* Update source/_integrations/myuplink.markdown

* Apply suggestions from code review

* Apply suggestions from code review

---------

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
2024-02-07 09:48:52 +01:00

1.7 KiB

title, description, ha_category, ha_iot_class, ha_release, ha_domain, ha_codeowners, ha_config_flow, ha_platforms, ha_integration_type
title description ha_category ha_iot_class ha_release ha_domain ha_codeowners ha_config_flow ha_platforms ha_integration_type
myUplink Instructions on how to set up the myUplink integration within Home Assistant.
Sensor
Update
Cloud Polling 2024.2 myuplink
@pajzo
true
sensor
update
integration

The myUplink integration lets you get information about the devices supporting myUplink using the official cloud API.

Depending on the type of devices in your system, one or more sensor entities to Home Assistant. Currently, there is only support for reading sensor states.

Prerequisites

  1. Visit https://myuplink.com/register and sign up for a user account.
  2. Go to Applications, and register a new App:
  • Application ID: Home Assistant (or whatever name makes sense to you)
  • 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 on your installation, you can use <HOME_ASSISTANT_URL>/auth/external/callback as the redirect URI 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."

{% enddetails %}

{% include integrations/config_flow.md %}

The integration configuration will require the Client ID and Client Secret created above. See Application Credentials for more details.