From d57f4a45f7ee22b1b3b3d9a464a467ee16d8213d Mon Sep 17 00:00:00 2001 From: ikifar2012 Date: Sun, 13 Jan 2019 04:05:52 -0500 Subject: [PATCH] Fix the link to be correct https://minut.com/ (#8151) --- source/_components/point.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/point.markdown b/source/_components/point.markdown index 8186890c902..7b0d698c49e 100644 --- a/source/_components/point.markdown +++ b/source/_components/point.markdown @@ -15,7 +15,7 @@ ha_iot_class: "Cloud Polling" ha_qa_scale: silver --- -The Point component is the main component to integrate the [Minut Point](https://minut.se/). To connect Point, you will have to [sign up for a developer account](https://minut.com/community/developers/) and get a `client_id` and `client_secret` using the `callback url` as `base_url` + `/api/minut` eg. `http://localhost:8123/api/minut`. The `client_id` and `client_secret` should be used as below. +The Point component is the main component to integrate the [Minut Point](https://minut.com/). To connect Point, you will have to [sign up for a developer account](https://minut.com/community/developers/) and get a `client_id` and `client_secret` using the `callback url` as `base_url` + `/api/minut` eg. `http://localhost:8123/api/minut`. The `client_id` and `client_secret` should be used as below. Once Home Assistant is started, a configurator will pop up asking you to Authenticate your Point account via a link when you follow the link and have clicked on **Accept** you will be redirected to the `callback url` and the Point integration will be automatically configured and you can go back to the original dialog and press **Submit**.