From b1b0aeb68f9afbc4b51a7c7841b8ae6fb76d29a0 Mon Sep 17 00:00:00 2001 From: hagak <9702199+hagak@users.noreply.github.com> Date: Wed, 19 Oct 2022 03:29:31 -0400 Subject: [PATCH] Added Daikin BRC Component to the Climate IR doc (#2245) Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com> --- components/climate/climate_ir.rst | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/components/climate/climate_ir.rst b/components/climate/climate_ir.rst index 6773d5c4b..c60fa8b46 100644 --- a/components/climate/climate_ir.rst +++ b/components/climate/climate_ir.rst @@ -27,6 +27,8 @@ submit a feature request (see FAQ). +---------------------------------------+---------------------+----------------------+ | Daikin | ``daikin`` | yes | +---------------------------------------+---------------------+----------------------+ +| :ref:`Daikin BRC` | ``daikin_brc`` | yes | ++---------------------------------------+---------------------+----------------------+ | :ref:`Delonghi` | ``delonghi`` | 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_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`` Climate