mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-08-03 14:38:02 +00:00
Add fan platform to LG ThinQ integration (#34914)
Co-authored-by: jangwon.lee <jangwon.lee@lge.com> Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
af12fcf6e9
commit
253e106921
@ -12,6 +12,7 @@ ha_domain: lg_thinq
|
|||||||
ha_platforms:
|
ha_platforms:
|
||||||
- switch
|
- switch
|
||||||
- binary_sensor
|
- binary_sensor
|
||||||
|
- fan
|
||||||
- vacuum
|
- vacuum
|
||||||
ha_integration_type: integration
|
ha_integration_type: integration
|
||||||
---
|
---
|
||||||
@ -85,6 +86,7 @@ A list of all Entity Platforms provided by LG ThinQ Integration:
|
|||||||
|
|
||||||
- [Binary sensor](#binary-sensor)
|
- [Binary sensor](#binary-sensor)
|
||||||
- [Switch](#switch)
|
- [Switch](#switch)
|
||||||
|
- [Fan](#fan)
|
||||||
- [Vacuum](#vacuum)
|
- [Vacuum](#vacuum)
|
||||||
|
|
||||||
|
|
||||||
@ -101,6 +103,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 |
|
||||||
|
|
||||||
|
### Fan
|
||||||
|
|
||||||
|
The properties for controlling the wind strength of the appliance are represented as a fan platform.
|
||||||
|
|
||||||
|
| Device | Property |
|
||||||
|
| ------ | -------- |
|
||||||
|
| [Celing Fan](https://thinq.developer.lge.com/en/cloud/docs/thinq-connect/device-profile/ceiling-fan/) | Operation mode<br>Wind strength |
|
||||||
|
|
||||||
### Vacuum
|
### Vacuum
|
||||||
|
|
||||||
The properties for controlling the clean operations of the appliance are represented as a vacuum platform.
|
The properties for controlling the clean operations of the appliance are represented as a vacuum platform.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user