Skip to content

Commit

Permalink
Added docs for pr147 (#963)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhentschke committed Jan 26, 2021
1 parent ec56d2d commit ea65adb
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions components/climate/ir_climate.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,26 @@ Additional configuration is available for this model
* ``MODEL_DG11J1_3A``: Temperature range is from 18 to 32 (default)
* ``MODEL_DG11J1_91``: Temperature range is from 16 to 30

LG
---------

Additional configuration is available for this platform

- **header_high** (*Optional*, :ref:`config-time`): time for the high part of the header for the LG protocol. Defaults to ``8000us``
- **header_low** (*Optional*, :ref:`config-time`): time for the low part of the header for the LG protocol. Defaults to ``4000us``
- **bit_high** (*Optional*, :ref:`config-time`): time for the high part of any bit in the LG protocol. Defaults to ``600us``
- **bit_one_low** (*Optional*, :ref:`config-time`): time for the low part of a '1' bit in the LG protocol. Defaults to ``1600us``
- **bit_zero_low** (*Optional*, :ref:`config-time`): time for the low part of a '0' bit in the LG protocol. Defaults to ``550us``

.. code-block:: yaml
# Example configuration entry
climate:
- platform: climate_ir_lg
name: "AC"
sensor: room_temperature
header_high: 3265us # AC Units from LG in Brazil, for example use these timings
header_low: 9856us
See Also
--------
Expand Down

0 comments on commit ea65adb

Please sign in to comment.