mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-25 17:17:54 +01:00
Added Daikin BRC Component to the Climate IR doc (#2245)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
parent
bb0900058b
commit
b1b0aeb68f
@ -27,6 +27,8 @@ submit a feature request (see FAQ).
|
|||||||
+---------------------------------------+---------------------+----------------------+
|
+---------------------------------------+---------------------+----------------------+
|
||||||
| Daikin | ``daikin`` | yes |
|
| Daikin | ``daikin`` | yes |
|
||||||
+---------------------------------------+---------------------+----------------------+
|
+---------------------------------------+---------------------+----------------------+
|
||||||
|
| :ref:`Daikin BRC<daikin_brc>` | ``daikin_brc`` | yes |
|
||||||
|
+---------------------------------------+---------------------+----------------------+
|
||||||
| :ref:`Delonghi<delonghi_ir>` | ``delonghi`` | yes |
|
| :ref:`Delonghi<delonghi_ir>` | ``delonghi`` | yes |
|
||||||
+---------------------------------------+---------------------+----------------------+
|
+---------------------------------------+---------------------+----------------------+
|
||||||
| Fujitsu General | ``fujitsu_general`` | yes |
|
| Fujitsu General | ``fujitsu_general`` | yes |
|
||||||
@ -211,6 +213,28 @@ Configuration variables:
|
|||||||
header_high: 3265us # AC Units from LG in Brazil, for example use these timings
|
header_high: 3265us # AC Units from LG in Brazil, for example use these timings
|
||||||
header_low: 9856us
|
header_low: 9856us
|
||||||
|
|
||||||
|
.. _daikin_brc:
|
||||||
|
|
||||||
|
``daikin_brc`` Climate
|
||||||
|
-------------------------
|
||||||
|
|
||||||
|
The Daikin BRC remotes are used by the ceiling cassette model of Daikin heatpumps.
|
||||||
|
|
||||||
|
|
||||||
|
Configuration variables:
|
||||||
|
|
||||||
|
- **use_fahrenheit** (*Optional*, boolean): U.S. models of the Daikin BRC remote send the temperature in Fahrenheit, if your remote shows Fahrenheit and can not be changed to Celsius then set this to true. Defaults to ``false``.
|
||||||
|
|
||||||
|
.. code-block:: yaml
|
||||||
|
|
||||||
|
# Example configuration entry
|
||||||
|
climate:
|
||||||
|
- platform: daikin_brc
|
||||||
|
name: "AC"
|
||||||
|
sensor: room_temperature
|
||||||
|
use_fahrenheit: true
|
||||||
|
|
||||||
|
|
||||||
.. _delonghi_ir:
|
.. _delonghi_ir:
|
||||||
|
|
||||||
``delonghi`` Climate
|
``delonghi`` Climate
|
||||||
|
Loading…
Reference in New Issue
Block a user