Add select platform to LG ThinQ integration (#34872)

Co-authored-by: jangwon.lee <jangwon.lee@lge.com>
This commit is contained in:
LG-ThinQ-Integration 2024-10-19 19:44:08 +09:00 committed by GitHub
parent 68a1598be8
commit 2cd14ad721
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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<br>Operation mode<br>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<br>Air clean mode |
| [Air Purifier Fan](https://thinq.developer.lge.com/en/cloud/docs/thinq-connect/device-profile/Air-Purifier-Fan/) | Wind strength<br>Wind angle<br>Warm mode<br>Light level<br>Current job mode |
| [Air Purifier](https://thinq.developer.lge.com/en/cloud/docs/thinq-connect/device-profile/air-purifier/) | Wind strength<br>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/)<br>[Washtower Dryer](https://thinq.developer.lge.com/en/cloud/docs/thinq-connect/device-profile/WashTower-Dryer/) | Operation mode |
| Humidifier | Warm mode<br>Wind strength<br>Light level<br>Current job mode<br>Hygiene dry mode<br> |
| [Oven](https://thinq.developer.lge.com/en/cloud/docs/thinq-connect/device-profile/Oven/) | Cook mode<br>Operation mode<br> |
| [Refrigerator](https://thinq.developer.lge.com/en/cloud/docs/thinq-connect/device-profile/refrigerator/) | Express mode<br>Rapid freeze<br> |
| [Styler](https://thinq.developer.lge.com/en/cloud/docs/thinq-connect/device-profile/styler/) | Operation mode |
| Washcombo Main<br>Washcombo Mini<br>[Washer](https://thinq.developer.lge.com/en/cloud/docs/thinq-connect/device-profile/washer/)<br>[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<br>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.