From e9f1e30159eeb07309e6ca38b2e36c05d597565a Mon Sep 17 00:00:00 2001 From: Villhellm Date: Fri, 9 Oct 2020 07:49:17 -0700 Subject: [PATCH] Added expected data type to WLED intensity (#15139) --- source/_integrations/wled.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/wled.markdown b/source/_integrations/wled.markdown index 00e6b0f6dda..8c6cea34282 100644 --- a/source/_integrations/wled.markdown +++ b/source/_integrations/wled.markdown @@ -96,7 +96,7 @@ This service allows for controlling the WLED effect. | ---------------------- | -------- | --------------------------------------------------------------------------------------------------------------- | | `entity_id` | no | A WLED entity ID, or list entity IDs, to apply the effect to. Use `entity_id: all` to target all WLED entities. | | `effect` | no | Name or ID of the WLED light effect. | -| `intensity` | no | Intensity of the effect. | +| `intensity` | no | Intensity of the effect. Number between `0` and `255`. | | `speed` | no | Speed of the effect. Number between `0` (slow) and `255` (fast). | | `reverse` | no | Reverse the effect. Either `true` to reverse or `false` otherwise. |