From 88befb1dcf805368c37a715754c70c6647410865 Mon Sep 17 00:00:00 2001 From: Fredrik Erlandsson Date: Thu, 5 Oct 2023 07:51:24 +0200 Subject: [PATCH] update url for Point configuration (#29173) Co-authored-by: Joost Lekkerkerker --- source/_integrations/point.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/point.markdown b/source/_integrations/point.markdown index bdf25cbd26a..b8a40163ee2 100644 --- a/source/_integrations/point.markdown +++ b/source/_integrations/point.markdown @@ -20,7 +20,7 @@ ha_platforms: ha_integration_type: integration --- -The Point hub enables integration with the [Minut Point](https://minut.com/). To connect with Point, you will have to [sign up for a developer account and have a Pro subscription](https://minut.com/community/developers/) and get a `client_id` and `client_secret` with the `callback url` configured as your Home Assistant URL + `/api/minut`, e.g., `http://localhost:8123/api/minut`. The `client_id` and `client_secret` should be used as below. +The Point hub enables integration with the [Minut Point](https://minut.com/). To connect with Point, you will have to [sign up for a developer account and have a Pro subscription](https://minut.com/community/developers/) and get a `client_id` and `client_secret` with the `callback url` configured as your Home Assistant URL + `/api/minut`, e.g., `http://homeassistant.local: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 click 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**.