From 2af5c7a5f3fbac6c78284f8e9f9919f99dd0dd0c Mon Sep 17 00:00:00 2001 From: Clifford Roche Date: Tue, 29 Dec 2020 09:01:07 -0500 Subject: [PATCH] Update Gree documentation add support for light panel switch (#16018) --- source/_integrations/gree.markdown | 39 +++++++++++++++++++++++++++--- 1 file changed, 36 insertions(+), 3 deletions(-) diff --git a/source/_integrations/gree.markdown b/source/_integrations/gree.markdown index 236a212709a..b238df6f744 100644 --- a/source/_integrations/gree.markdown +++ b/source/_integrations/gree.markdown @@ -11,14 +11,47 @@ ha_codeowners: ha_domain: gree --- -The Gree integration allows you to control a [Gree Smart HVAC](http://global.gree.com/). - +The Gree integration allows you to control a [Gree Smart HVAC](http://global.gree.com/) in Home Assistant. + +There is currently support for the following device types within Home Assistant: + +- [Climate](#climate) +- [Switch](#switch) + ## Configuration Go to the integrations page in your configuration and click on **new integration** -> **Gree**. Gree Smart compatible devices are detected and added automatically. +
+Devices must first be bound to WiFi using the Gree+ app, or app provided by the device manufacturer. It is not possible to connect devices to WiFi using this integration at the current time. +
+ ## Supported models -Any Gree Smart device working with the Gree+ app should be supported, including non-Gree branded devices, including some sold by Trane. +Any Gree Smart device working with the Gree+ app should be supported, including non-Gree branded devices such some sold by: + +- Trane +- Innova +- Cooper & Hunter +- Proklima + +## Climate + +The `gree` climate platform integrates Gree HVAC systems into Home Assistant, enabling control of setting the following parameters: + +- [`set_hvac_mode`](/integrations/climate/#service-climateset_hvac_mode) +- [`target temperature`](/integrations/climate#service-climateset_temperature) +- [`turn on/off`](/integrations/climate#service-climateturn_on) +- [`fan mode`](/integrations/climate#service-climateset_fan_mode) +- [`swing mode`](/integrations/climate#service-climateset_swing_mode) +- [`set_preset_mode`](/integrations/climate#service-climateset_preset_mode) + +
+Preset mode **Away** represents Gree's "8°C heating mode." +
+ +## Switch + +Gree devices expose a switch to turn on/off the light panel displaying the temperature set point and HVAC mode. \ No newline at end of file