From 16c88d57469a8434348b70439d43630b24a1fa70 Mon Sep 17 00:00:00 2001 From: LG-ThinQ-Integration Date: Mon, 7 Oct 2024 17:11:47 +0900 Subject: [PATCH] Add climate platform to LG ThinQ integration (#34662) Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: jangwon.lee Co-authored-by: Franck Nijhof --- source/_integrations/lg_thinq.markdown | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/source/_integrations/lg_thinq.markdown b/source/_integrations/lg_thinq.markdown index 80851f8b588..0729c106569 100644 --- a/source/_integrations/lg_thinq.markdown +++ b/source/_integrations/lg_thinq.markdown @@ -12,6 +12,7 @@ ha_domain: lg_thinq ha_platforms: - switch - binary_sensor + - climate - fan - vacuum ha_integration_type: integration @@ -85,6 +86,7 @@ LG ThinQ represents devices as a set of [profiles](https://thinq.developer.lge.c A list of all Entity Platforms provided by LG ThinQ Integration: - [Binary sensor](#binary-sensor) +- [Climate](#climate) - [Switch](#switch) - [Fan](#fan) - [Vacuum](#vacuum) @@ -103,6 +105,15 @@ A read-only property which has only two states that can be toggled is represente | | Enable Sabbath mode | | [Wine Cellar](https://thinq.developer.lge.com/en/cloud/docs/thinq-connect/device-profile/Wine-Cellar/) | Enable Sabbath mode | +### Climate + +The properties for controlling both the temperature and wind strength of the appliance are represented as a climate platform. + +| Device | Property | +| ------ | -------- | +| [Air Conditioner](https://thinq.developer.lge.com/en/cloud/docs/thinq-connect/device-profile/air-conditioner/) | Fan mode
HVAC mode
Preset mode
Current temperature
Target temperature
Target temperature high
Target temperature low
Unit | +| [System Boiler](https://thinq.developer.lge.com/en/cloud/docs/thinq-connect/device-profile/System-Boiler/) | HVAC mode
Current temperature
Target temperature
Target temperature high
Target temperature low
Unit | + ### Fan The properties for controlling the wind strength of the appliance are represented as a fan platform.