From 2cd14ad721256ca2ada0409ed6182e366224f496 Mon Sep 17 00:00:00 2001 From: LG-ThinQ-Integration Date: Sat, 19 Oct 2024 19:44:08 +0900 Subject: [PATCH] Add select platform to LG ThinQ integration (#34872) Co-authored-by: jangwon.lee --- source/_integrations/lg_thinq.markdown | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/source/_integrations/lg_thinq.markdown b/source/_integrations/lg_thinq.markdown index f9036ed35fd..0c3670290d1 100644 --- a/source/_integrations/lg_thinq.markdown +++ b/source/_integrations/lg_thinq.markdown @@ -14,6 +14,7 @@ ha_platforms: - binary_sensor - climate - fan + - select - vacuum ha_integration_type: integration --- @@ -89,9 +90,9 @@ A list of all Entity Platforms provided by LG ThinQ Integration: - [Climate](#climate) - [Switch](#switch) - [Fan](#fan) +- [Select](#select) - [Vacuum](#vacuum) - ### Binary sensor A read-only property which has only two states that can be toggled is represented as a binary sensor platform. @@ -130,6 +131,27 @@ The properties for controlling the clean operations of the appliance are represe | ------ | -------- | | [Robot Cleaner](https://thinq.developer.lge.com/en/cloud/docs/thinq-connect/device-profile/robot-cleaner/) | Battery level
Operation mode
Current state | +### Select + +A writable property which has a list of selectable values is represensted as a select platform. + +| Device |Property | +| ------ |-------- | +| [Air Conditioner](https://thinq.developer.lge.com/en/cloud/docs/thinq-connect/device-profile/air-conditioner/) | Monitoring always or on operation
Air clean mode | +| [Air Purifier Fan](https://thinq.developer.lge.com/en/cloud/docs/thinq-connect/device-profile/Air-Purifier-Fan/) | Wind strength
Wind angle
Warm mode
Light level
Current job mode | +| [Air Purifier](https://thinq.developer.lge.com/en/cloud/docs/thinq-connect/device-profile/air-purifier/) | Wind strength
Current job mode | +| [Dehumidifier](https://thinq.developer.lge.com/en/cloud/docs/thinq-connect/device-profile/dehumidifier/) | Wind strength | +| [Dish Washer](https://thinq.developer.lge.com/en/cloud/docs/thinq-connect/device-profile/dish-washer/) | Operation mode | +| [Dryer](https://thinq.developer.lge.com/en/cloud/docs/thinq-connect/device-profile/Dryer/)
[Washtower Dryer](https://thinq.developer.lge.com/en/cloud/docs/thinq-connect/device-profile/WashTower-Dryer/) | Operation mode | +| Humidifier | Warm mode
Wind strength
Light level
Current job mode
Hygiene dry mode
| +| [Oven](https://thinq.developer.lge.com/en/cloud/docs/thinq-connect/device-profile/Oven/) | Cook mode
Operation mode
| +| [Refrigerator](https://thinq.developer.lge.com/en/cloud/docs/thinq-connect/device-profile/refrigerator/) | Express mode
Rapid freeze
| +| [Styler](https://thinq.developer.lge.com/en/cloud/docs/thinq-connect/device-profile/styler/) | Operation mode | +| Washcombo Main
Washcombo Mini
[Washer](https://thinq.developer.lge.com/en/cloud/docs/thinq-connect/device-profile/washer/)
[Washtower Washer](https://thinq.developer.lge.com/en/cloud/docs/thinq-connect/device-profile/WashTower-Washer/) | Operation mode | +| [Washtower](https://thinq.developer.lge.com/en/cloud/docs/thinq-connect/device-profile/WashTower-Single-Unit/) | Dryer operation mode
Washer operation mode | +| [Water Heater](https://thinq.developer.lge.com/en/cloud/docs/thinq-connect/device-profile/Water-Heater/) | Current job mode | +| [Wine Cellar](https://thinq.developer.lge.com/en/cloud/docs/thinq-connect/device-profile/Wine-Cellar/) | Light brightness | + ### Switch A read-wirte property which has only two states that can be toggled is represensted as a switch platform.