From 0bd338e013a8da2ffe38254b28123b0c60a1fddb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Hjelseth=20H=C3=B8yer?= Date: Wed, 21 Jul 2021 10:30:23 +0200 Subject: [PATCH] Add Adax heaters (#17950) Co-authored-by: Franck Nijhof --- source/_integrations/adax.markdown | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 source/_integrations/adax.markdown diff --git a/source/_integrations/adax.markdown b/source/_integrations/adax.markdown new file mode 100644 index 00000000000..9f325672b96 --- /dev/null +++ b/source/_integrations/adax.markdown @@ -0,0 +1,26 @@ +--- +title: Adax +description: Instructions on how to integrate Adax heater into Home Assistant. +ha_category: + - Climate +ha_release: 2021.8 +ha_iot_class: Cloud Polling +ha_codeowners: + - '@danielhiversen' +ha_domain: adax +ha_config_flow: true +ha_platforms: + - climate +--- + +Integrates Adax heater into Home Assistant. + +You'll need the Account ID (which can be found in the Adax Wifi app, pressing 'Account'). You will also need a credential, which you can create in the Adax app: + +1. Navigate to Account Tab, +2. Select “Remote user client API” +3. Select “Add Credential” +4. Give some name to the created credential and copy the generated password. + + +{% include integrations/config_flow.md %}