From 682257b379af0fb20c7036269ddc5ee1ae8cc83d Mon Sep 17 00:00:00 2001 From: Leonardo Figueiro Date: Thu, 11 Feb 2021 10:19:55 -0300 Subject: [PATCH] Add documentation for WiLight Cover (#16431) --- source/_integrations/wilight.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/_integrations/wilight.markdown b/source/_integrations/wilight.markdown index d6f23a9311f..86610207247 100644 --- a/source/_integrations/wilight.markdown +++ b/source/_integrations/wilight.markdown @@ -2,6 +2,7 @@ title: WiLight description: Instructions on how to integrate WiLight devices into Home Assistant. ha_category: + - Cover - Fan - Light ha_release: 0.115 @@ -17,6 +18,7 @@ The `wilight` integration is to integrate [WiLight](http://www.wilight.com.br) d There is currently support for the following device types within Home Assistant: +- Cover (WiLight model C-103). - Fan (WiLight model V-104). - Light (WiLight model I-100, I-102 and I-107). @@ -34,7 +36,7 @@ There are several services which can be used for automations and control of the | Service | Description | | --------- | ----------- | -| `set_speed` | Calling this service sets the fan speed (entity_id and speed are required parameters, and speed must be one of the following: low, medium, or high). Calling this service will not turn the fan on. +| `set_percentage` | Calling this service sets the fan speed (entity_id and percentage are required parameters). Percentage must be in the range 0-100, percentage = 0 turns off the fan. There are three speed levels 33%, 66% and 100%. Adjusting to intermediate levels goes to the next higher level. | `set_direction` | Calling this service will set the fan direction (entity_id and direction are required parameters, and direction must be one of the following: forward or reverse). Calling this service will turn the fan on. | `toggle` | Calling this service will toggle the fan between on and off states (entity_id is required). | `turn_off` | Calling this service will turn the fan off (entity_id is required).