From 9635625c2306532a196a87a4036fcde1fa55ccd4 Mon Sep 17 00:00:00 2001 From: Kurt Clifford Date: Sun, 5 Jan 2025 16:49:12 +1000 Subject: [PATCH 1/4] Add documentation for the Actron Air Neo --- source/_integrations/actronair_neo.markdown | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 source/_integrations/actronair_neo.markdown diff --git a/source/_integrations/actronair_neo.markdown b/source/_integrations/actronair_neo.markdown new file mode 100644 index 000000000000..e69de29bb2d1 From b7505cb2b6083e5435e4c66ae6397863ca1f9635 Mon Sep 17 00:00:00 2001 From: Kurt Clifford Date: Sun, 5 Jan 2025 16:49:59 +1000 Subject: [PATCH 2/4] Add Climate platform for the Actron Air Neo integration --- source/_integrations/actronair_neo.markdown | 29 +++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/source/_integrations/actronair_neo.markdown b/source/_integrations/actronair_neo.markdown index e69de29bb2d1..f2ad51b73dcd 100644 --- a/source/_integrations/actronair_neo.markdown +++ b/source/_integrations/actronair_neo.markdown @@ -0,0 +1,29 @@ +--- +title: Actron Air Neo +description: Instructions on how to integrate the Actron Air Neo A/C controller into Home Assistant. +ha_category: + - Climate +ha_release: 2025.02 +ha_iot_class: Cloud Polling +ha_config_flow: true +ha_codeowners: + - "@kclif9" +ha_domain: actronair_neo +ha_platforms: + - climate +ha_integration_type: integration +--- + +The **Actron Air Neo** {% term integration %} allows you to control [Actron Air](https://www.actronair.com.au/) Neo Air Conditioning controllers into Home Assistant. + +## Prerequisites + +You must have a Actron Air Air-Conditioner with the Neo tablet wall controller installed, and registered to an email address. + +{% include integrations/config_flow.md %} + +## Entities + +### Climate + +The integration will create a climate entity for the main air conditioning system found and for each zone. \ No newline at end of file From 603e253b34bafa9fcdecf3361540fba2e987e0b7 Mon Sep 17 00:00:00 2001 From: Kurt Clifford Date: Sun, 5 Jan 2025 17:06:05 +1000 Subject: [PATCH 3/4] Add recommended changes from coderabbitai --- source/_integrations/actronair_neo.markdown | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source/_integrations/actronair_neo.markdown b/source/_integrations/actronair_neo.markdown index f2ad51b73dcd..68f6b3c0e9cf 100644 --- a/source/_integrations/actronair_neo.markdown +++ b/source/_integrations/actronair_neo.markdown @@ -18,7 +18,7 @@ The **Actron Air Neo** {% term integration %} allows you to control [Actron Air] ## Prerequisites -You must have a Actron Air Air-Conditioner with the Neo tablet wall controller installed, and registered to an email address. +You must have an Actron Air Air-Conditioner with the Neo tablet wall controller installed, and registered to an email address. {% include integrations/config_flow.md %} @@ -26,4 +26,6 @@ You must have a Actron Air Air-Conditioner with the Neo tablet wall controller i ### Climate -The integration will create a climate entity for the main air conditioning system found and for each zone. \ No newline at end of file +The integration will create a climate entity for the main air conditioning system found and for each zone. The main air conditioner unit will be reflected based on the name in the Actron Air Neo app. You can set the temperature, operation mode and fan speed through this entity. + +Each zone will be reflected as a separate climate entity. You can set the temperature and operation mode per zone (if supported by your air conditioner). From c07a056519e970eab9581c66cc8e7655a9277933 Mon Sep 17 00:00:00 2001 From: Kurt Clifford Date: Mon, 3 Feb 2025 17:29:04 +1000 Subject: [PATCH 4/4] Won't be in this release --- source/_integrations/actronair_neo.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/actronair_neo.markdown b/source/_integrations/actronair_neo.markdown index 68f6b3c0e9cf..c43d19ab09b1 100644 --- a/source/_integrations/actronair_neo.markdown +++ b/source/_integrations/actronair_neo.markdown @@ -3,7 +3,7 @@ title: Actron Air Neo description: Instructions on how to integrate the Actron Air Neo A/C controller into Home Assistant. ha_category: - Climate -ha_release: 2025.02 +ha_release: 2025.03 ha_iot_class: Cloud Polling ha_config_flow: true ha_codeowners: