8000 Add actronair neo integration by kclif9 · Pull Request #36728 · home-assistant/home-assistant.io · GitHub
[go: up one dir, main page]

Skip to content

Add actronair neo integration #36728

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: next
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions source/_integrations/actronair_neo.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
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.03
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 an 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. 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).
0