mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-31 21:18:03 +00:00
Add select platform to LG ThinQ integration (#34872)
Co-authored-by: jangwon.lee <jangwon.lee@lge.com>
This commit is contained in:
parent
68a1598be8
commit
2cd14ad721
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user