From af12fcf6e903c308383445983cf9e02c9995f7d3 Mon Sep 17 00:00:00 2001 From: LG-ThinQ-Integration Date: Sat, 28 Sep 2024 03:43:00 +0900 Subject: [PATCH] Add vacuum platform to LG ThinQ integration (#34913) Co-authored-by: jangwon.lee --- source/_integrations/lg_thinq.markdown | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/source/_integrations/lg_thinq.markdown b/source/_integrations/lg_thinq.markdown index 1d5818006bf..ed2e8b8ce6f 100644 --- a/source/_integrations/lg_thinq.markdown +++ b/source/_integrations/lg_thinq.markdown @@ -12,6 +12,7 @@ ha_domain: lg_thinq ha_platforms: - switch - binary_sensor + - vacuum ha_integration_type: integration --- @@ -84,6 +85,8 @@ A list of all Entity Platforms provided by LG ThinQ Integration: - [Binary sensor](#binary-sensor) - [Switch](#switch) +- [Vacuum](#vacuum) + ### Binary sensor @@ -98,6 +101,14 @@ 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 | +### 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
Operation mode
Current state | + ### Switch A read-wirte property which has only two states that can be toggled is represensted as a switch platform.