Add vacuum platform to LG ThinQ integration (#34913)

Co-authored-by: jangwon.lee <jangwon.lee@lge.com>
This commit is contained in:
LG-ThinQ-Integration 2024-09-28 03:43:00 +09:00 committed by GitHub
parent c93b9a77c0
commit af12fcf6e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,6 +12,7 @@ ha_domain: lg_thinq
ha_platforms: ha_platforms:
- switch - switch
- binary_sensor - binary_sensor
- vacuum
ha_integration_type: integration ha_integration_type: integration
--- ---
@ -84,6 +85,8 @@ A list of all Entity Platforms provided by LG ThinQ Integration:
- [Binary sensor](#binary-sensor) - [Binary sensor](#binary-sensor)
- [Switch](#switch) - [Switch](#switch)
- [Vacuum](#vacuum)
### Binary sensor ### Binary sensor
@ -98,6 +101,14 @@ A read-only property which has only two states that can be toggled is represente
| | Enable Sabbath mode | | | Enable Sabbath mode |
| [Wine Cellar](https://thinq.developer.lge.com/en/cloud/docs/thinq-connect/device-profile/Wine-Cellar/) | Enable Sabbath mode | | [Wine Cellar](https://thinq.developer.lge.com/en/cloud/docs/thinq-connect/device-profile/Wine-Cellar/) | Enable Sabbath mode |
### Vacuum
The properties for controlling the clean operations of the appliance are represented as a vacuum platform.
| Device | Property |
| ------ | -------- |
| [Robot Cleaner](https://thinq.developer.lge.com/en/cloud/docs/thinq-connect/device-profile/robot-cleaner/) | Battery level<br>Operation mode<br>Current state |
### Switch ### Switch
A read-wirte property which has only two states that can be toggled is represensted as a switch platform. A read-wirte property which has only two states that can be toggled is represensted as a switch platform.