From 89e38acfb92c344dfd6b5686cbb2a84eae9789a8 Mon Sep 17 00:00:00 2001 From: Brett Lammers <46027789+BALSwim50W@users.noreply.github.com> Date: Wed, 1 Dec 2021 11:48:19 -0500 Subject: [PATCH] Airthings Integration docs - mods for api (#20531) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Franck Nijhof Co-authored-by: Daniel Hjelseth Høyer --- source/_integrations/airthings.markdown | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/source/_integrations/airthings.markdown b/source/_integrations/airthings.markdown index c6f34bd2f33..8d4d63a6558 100644 --- a/source/_integrations/airthings.markdown +++ b/source/_integrations/airthings.markdown @@ -18,6 +18,25 @@ Integrates Airthings sensors into Home Assistant. [Airthings](https://www.airthings.com/) provide different sensors for measuring the air quality. The focus specially on Radon sensors. -Login [here](https://dashboard.airthings.com/integrations/api-integration) to find your credentials. +Requires Airthings hardware and a valid Airthings Dashboard login. -{% include integrations/config_flow.md %} +## Prerequisites + +Airthings API setup (needed to acquire the required ID and Secret for the Home Assistant Airthings Integration). + +1. Login [here](https://dashboard.airthings.com/integrations/api-integration) to find your credentials. +2. Select [Integrations](https://dashboard.airthings.com/integrations/api-integration) from the left side-bar. +3. Click on "Request API Client" in order to set up an API connection. +4. Name your API connection ie. "Home Assistant Integration". +5. Give the connection an accurate description. +6. Select a Resource Scope. +7. Select an access Type, i.e., Confidential. +8. Select a flow type. +9. Set enable to "on". +10. Save the settings. + +Upon saving the settings, you will be presented with a generated id and secret. + +The Airthings integration can now be activated using the generated id and secret that you have just created. + +{% include integrations/config_flow.md %} \ No newline at end of file