Skip to content
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

Add doc mention on climate_ir for Airton IR A/C units #4432

Open
wants to merge 5 commits into
base: next
Choose a base branch
from
Open
Show file tree
Hide file tree
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
13 changes: 12 additions & 1 deletion components/climate/climate_ir.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ submit a feature request (see FAQ).
| Supported units | Platform name | Supports receiver |
| | | |
+=======================================+=====================+======================+
| Airton | ``airton`` | yes |
+---------------------------------------+---------------------+----------------------+
| Ballu | ``ballu`` | yes |
+---------------------------------------+---------------------+----------------------+
| Coolix | ``coolix`` | yes |
Expand Down Expand Up @@ -102,6 +104,14 @@ Configuration Variables:

**Specific configuration variables:**

.. _airton:

``airton`` **Climate**:

The ``airton`` climate and protocol is implemented by RD1A1 remote command, and is present at least in Airton branded units and also in Ferroli's Aster lineup.

To expose additional functionality you shall use a switch component with the platform ``airton``: check out :doc:`Airton IR Remote Climate Switch </components/switch/airton>`.

.. _climate_ir_lg:

``climate_ir_lg`` **Climate**:
Expand Down Expand Up @@ -376,7 +386,8 @@ See Also
- :doc:`/components/remote_receiver`
- :doc:`/components/remote_transmitter`
- :doc:`/components/sensor/index`
- :apiref:`ballu.h <ballu/ballu.h>`,
- :apiref:`airton.h <airton/airton.h>`,
:apiref:`ballu.h <ballu/ballu.h>`,
:apiref:`climate_ir_lg.h <climate_ir_lg/climate_ir_lg.h>`
:apiref:`coolix.h <coolix/coolix.h>`,
:apiref:`daikin.h <daikin/daikin.h>`
Expand Down
32 changes: 32 additions & 0 deletions components/switch/airton.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
Airton Climate Switches
=======================

.. seo::
:description: Instructions for setting up option control switches for Airton IR remote climate devices.

Additional switches to support additional features for Airton-built AC internal units.

.. code-block:: yaml

# Example configuration entry
switch:
- platform: airton
sleep_mode:
name: Sleep Mode
display:
name: Display Light

Configuration variables:
------------------------

- **airton_id** (**Required**, :ref:`config-id`): The id of Airton IR remote climate component
- **display** (*Optional*): A switch that enables or disables Airton IR remote climate display light.
All options from :ref:`Switch <config-switch>`.
- **sleep_mode** (*Optional*): A switch that enables or disables Airton IR remote climate sleep mode. Sleep mode not supported in Fan only mode and Auto heat or cool mode.
All options from :ref:`Switch <config-switch>`.

See Also
--------

- :doc:`Airton IR Remote Climate </components/climate/haier>`
- :ghedit:`Edit`
Loading