From f544ee52b1db072f74ae3e5d3bd137567a82a8ad Mon Sep 17 00:00:00 2001 From: LG-ThinQ-Integration Date: Sat, 26 Oct 2024 04:19:26 +0900 Subject: [PATCH] Add sensor platform to LG ThinQ integration (#34833) Co-authored-by: jangwon.lee --- source/_integrations/lg_thinq.markdown | 34 ++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/source/_integrations/lg_thinq.markdown b/source/_integrations/lg_thinq.markdown index 0c3670290d1..fe5ff572c80 100644 --- a/source/_integrations/lg_thinq.markdown +++ b/source/_integrations/lg_thinq.markdown @@ -14,6 +14,7 @@ ha_platforms: - binary_sensor - climate - fan + - sensor - select - vacuum ha_integration_type: integration @@ -90,6 +91,7 @@ A list of all Entity Platforms provided by LG ThinQ Integration: - [Climate](#climate) - [Switch](#switch) - [Fan](#fan) +- [Sensor](#sensor) - [Select](#select) - [Vacuum](#vacuum) @@ -106,6 +108,38 @@ 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 | +### Sensor + +A common read-only property is represented as a sensor platform. + +| Device | Property | +| ------ | -------- | +| [Air Conditioner](https://thinq.developer.lge.com/en/cloud/docs/thinq-connect/device-profile/air-conditioner/) | PM1
PM2
PM10
Humidity
Odor level
Total pollution level
Filter lifetime
Start timer
Stop timer
Sleep timer | +| [Air Purifier Fan](https://thinq.developer.lge.com/en/cloud/docs/thinq-connect/device-profile/Air-Purifier-Fan/) | PM1
PM2
PM10
Humidity
Temperature
Monitoring always or on operation
Odor level
Total pollution level
Sleep timer | +| [Air Purifier](https://thinq.developer.lge.com/en/cloud/docs/thinq-connect/device-profile/air-purifier/) | PM1
PM2
PM10
Humidity
Monitoring always or on operation
Odor level
Total pollution level
Current job mode
Personalizaion mode (preset) | +| [Cooktop](https://thinq.developer.lge.com/en/cloud/docs/thinq-connect/device-profile/Cooktop/) | Current state
Power level
Remained time | +| [Dehumidifier](https://thinq.developer.lge.com/en/cloud/docs/thinq-connect/device-profile/dehumidifier/) | Current job mode
Current state | +| [Dish Washer](https://thinq.developer.lge.com/en/cloud/docs/thinq-connect/device-profile/dish-washer/) | Current course
Rinse level
Softening level
Current state
Start timer
Remained time
Total time | +| [Dryer](https://thinq.developer.lge.com/en/cloud/docs/thinq-connect/device-profile/Dryer/) | Current state
Start timer
Stop timer
Remained time
Total time | +| [Home Brew](https://thinq.developer.lge.com/en/cloud/docs/thinq-connect/device-profile/Home-Brew/)| Recipe
Wort info
Yeast info
Hop oil info
Flavor
Remained beer
Current state
Elapsed days on state
Elapsed days in total | +| Humidifier | PM1
PM2
PM10
Humidity
Temperature
Monitoring always or on operation
Total pollution level
Start timer
Stop timer
Sleep timer | +| Kimchi Refrigerator | Air filter mode
Target temperature | +| [Microwave Oven](https://thinq.developer.lge.com/en/cloud/docs/thinq-connect/device-profile/Microwave-Oven/) | Current state
Remained time | +| [Oven](https://thinq.developer.lge.com/en/cloud/docs/thinq-connect/device-profile/Oven/) | Current state
Target temperature
Remained time
Target time | +| [Plant Cultivator](https://thinq.developer.lge.com/en/cloud/docs/thinq-connect/device-profile/Plant-Cultivator/) | Light level
Duration
Current state
Growth mode
Wind volume
Daytime target temperature
Night target temperature
Temperature state
Light start time
Light end time | +| [Refrigerator](https://thinq.developer.lge.com/en/cloud/docs/thinq-connect/device-profile/refrigerator/) | Air filter mode
Filter used time | +| [Robot Cleaner](https://thinq.developer.lge.com/en/cloud/docs/thinq-connect/device-profile/robot-cleaner/) | Current state
Current job mode
Running time | +| [Stick Cleaner](https://thinq.developer.lge.com/en/cloud/docs/thinq-connect/device-profile/Stick-Cleaner/) | Battery percent
Current job mode
Current state | +| [Styler](https://thinq.developer.lge.com/en/cloud/docs/thinq-connect/device-profile/styler/) | Current state
Start timer
Stop timer
Remained time
Total timer | +| Washcombo Main | Current state
Start timer
Stop timer
Remained time
Total timer | +| Washcombo Mini | Current state
Start timer
Stop timer
Remained time
Total timer | +| [Washer](https://thinq.developer.lge.com/en/cloud/docs/thinq-connect/device-profile/washer/) | Current state
Start timer
Stop timer
Remained time
Total timer | +| [Washtower Dryer](https://thinq.developer.lge.com/en/cloud/docs/thinq-connect/device-profile/WashTower-Dryer/) | Current state
Start timer
Stop timer
Remained time
Total timer | +| [Washtower](https://thinq.developer.lge.com/en/cloud/docs/thinq-connect/device-profile/WashTower-Single-Unit/) | Current state
Start timer
Stop timer
Remained time
Total timer | +| [Washtower Washer](https://thinq.developer.lge.com/en/cloud/docs/thinq-connect/device-profile/WashTower-Washer/) | Current state
Start timer
Stop timer
Remained time
Total timer | +| [Water Heater](https://thinq.developer.lge.com/en/cloud/docs/thinq-connect/device-profile/Water-Heater/) | Temperature | +| [Water Purifier](https://thinq.developer.lge.com/en/cloud/docs/thinq-connect/device-profile/water-purifier/) | Purification mode
Sterilizing mode
Water type | + ### Climate The properties for controlling both the temperature and wind strength of the appliance are represented as a climate platform.