Skip to content

Commit

Permalink
Reorder and reference the mirdea_ir variant example.
Browse files Browse the repository at this point in the history
This Example has previously not been referenced and had been misplaced at the top of the variants.
  • Loading branch information
DooMMasteR authored Apr 17, 2024
1 parent 655c977 commit 261008a
Showing 1 changed file with 29 additions and 30 deletions.
59 changes: 29 additions & 30 deletions components/climate/climate_ir.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ submit a feature request (see FAQ).
+---------------------------------------+---------------------+----------------------+
| :ref:`LG<climate_ir_lg>` | ``climate_ir_lg`` | yes |
+---------------------------------------+---------------------+----------------------+
| Midea | ``midea_ir`` | yes |
| :ref:`Midea<midea_ir>` | ``midea_ir`` | yes |
+---------------------------------------+---------------------+----------------------+
| :ref:`Mitsubishi<mitsubishi>` | ``mitsubishi`` | yes |
+---------------------------------------+---------------------+----------------------+
Expand Down Expand Up @@ -169,35 +169,6 @@ IR receiver.
name: "Living Room AC"
receiver_id: rcvr
.. _midea_ir:

``midea_ir`` Climate
-------------------------

These air conditioners support two protocols: Midea and Coolix. Therefore, when using an IR receiver, it considers both protocols and publishes the received states.

Additional configuration is available for this platform


Configuration variables:

- **use_fahrenheit** (*Optional*, boolean): Allows you to transfer the temperature to the air conditioner in degrees Fahrenheit. The air conditioner display also shows the temperature in Fahrenheit. Defaults to ``false``.

.. code-block:: yaml
# Example configuration entry
climate:
- platform: midea_ir
name: "AC"
sensor: room_temperature
use_fahrenheit: true
.. note::

- See :ref:`Transmit Midea<remote_transmitter-transmit_midea>` to send custom commands, including Follow Me mode.
- See :ref:`Toshiba<toshiba>` below if you are looking for compatibility with Midea model MAP14HS1TBL or similar.


.. _climate_ir_lg:

``climate_ir_lg`` Climate
Expand Down Expand Up @@ -272,6 +243,34 @@ Known working with:

- Delonghi PAC WE 120HP

.. _midea_ir:

``midea_ir`` Climate
-------------------------

These air conditioners support two protocols: Midea and Coolix. Therefore, when using an IR receiver, it considers both protocols and publishes the received states.

Additional configuration is available for this platform


Configuration variables:

- **use_fahrenheit** (*Optional*, boolean): Allows you to transfer the temperature to the air conditioner in degrees Fahrenheit. The air conditioner display also shows the temperature in Fahrenheit. Defaults to ``false``.

.. code-block:: yaml
# Example configuration entry
climate:
- platform: midea_ir
name: "AC"
sensor: room_temperature
use_fahrenheit: true
.. note::

- See :ref:`Transmit Midea<remote_transmitter-transmit_midea>` to send custom commands, including Follow Me mode.
- See :ref:`Toshiba<toshiba>` below if you are looking for compatibility with Midea model MAP14HS1TBL or similar.

.. _mitsubishi:

``mitsubishi`` Climate
Expand Down

0 comments on commit 261008a

Please sign in to comment.