mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-08-03 14:38:02 +00:00
Add vacuum platform to LG ThinQ integration (#34913)
Co-authored-by: jangwon.lee <jangwon.lee@lge.com>
This commit is contained in:
parent
c93b9a77c0
commit
af12fcf6e9
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user