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 documentation for climate_ir_samsung #4533

Open
wants to merge 18 commits into
base: next
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
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
33 changes: 33 additions & 0 deletions components/climate/climate_ir.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ submit a feature request (see FAQ).
+---------------------------------------+---------------------+----------------------+
| Noblex | ``noblex`` | yes |
+---------------------------------------+---------------------+----------------------+
| :ref:`Samsung<samsung>` | ``samsung`` | yes |
+---------------------------------------+---------------------+----------------------+
| Electrolux, TCL, Fuego | ``tcl112`` | yes |
+---------------------------------------+---------------------+----------------------+
| :ref:`Toshiba<toshiba>` | ``toshiba`` | yes |
Expand Down Expand Up @@ -237,6 +239,37 @@ These air conditioners support two protocols: Midea and Coolix. Therefore, when
horizontal_default: "left"
vertical_default: "down"

.. _samsung:

``samsung`` **Climate**:

.. code-block:: yaml

# Example configuration entry
climate:
- platform: samsung
name: "Samsung AC"
sensor: room_temperature
receiver_id: rcvr

.. note::

- The following models should work with this component:

- ``AR09FSSDAWKNFA``
- ``AR09HSFSBWKN``
- ``AR12RXFPEWQNEU`` (tested)
- ``AR12KSFPEWQNET``
- ``AR12HSSDBWKNEU``
- ``AR12NXCXAWKXEU``
- ``AR12TXEAAWKNEU``

- The following remotes should work with this component:

- ``DB93-15882Q`` (tested)
- ``DB93-14195A``
- ``DB96-24901C``

.. _toshiba:

``toshiba`` **Climate**:
Expand Down