From c8532510054e9e49719f46b298368bd4c80f4e49 Mon Sep 17 00:00:00 2001 From: Piu Piuson <33354671+PiuPiuson@users.noreply.github.com> Date: Tue, 24 Oct 2023 01:34:52 +0300 Subject: [PATCH] Add GREE to climate_ir (#2685) Co-authored-by: orestismers <33354671+orestismers@users.noreply.github.com> Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com> --- components/climate/climate_ir.rst | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/components/climate/climate_ir.rst b/components/climate/climate_ir.rst index 8616848e5..469820751 100644 --- a/components/climate/climate_ir.rst +++ b/components/climate/climate_ir.rst @@ -33,6 +33,8 @@ submit a feature request (see FAQ). +---------------------------------------+---------------------+----------------------+ | Fujitsu General | ``fujitsu_general`` | yes | +---------------------------------------+---------------------+----------------------+ +| :ref:`GREE` | ``gree`` | | ++---------------------------------------+---------------------+----------------------+ | Hitachi | ``hitachi_ac344`` | yes | | | ``hitachi_ac424`` | | +---------------------------------------+---------------------+----------------------+ @@ -324,6 +326,33 @@ Configuration variables: supports_heat: true +.. _gree_ir: + + +``gree`` Climate +--------------------- + +Additional configuration is available for this model. + + +Configuration variables: + +- **model** (*Required*, string): GREE has a few different protocols depending on model. One of these will work for you. + + - ``generic`` + - ``yan`` + - ``yaa`` + - ``yac`` + + +.. code-block:: yaml + + # Example configuration entry + climate: + - platform: gree + name: "AC" + sensor: room_temperature + model: yan .. _zhlt01: