Added expected data type to WLED intensity (#15139)

This commit is contained in:
Villhellm 2020-10-09 07:49:17 -07:00 committed by GitHub
parent 5165b6b405
commit e9f1e30159
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. |