mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Add WLED preset service call documentation (#15358)
This commit is contained in:
parent
d29d90f0fe
commit
2fc7a3623b
@ -103,3 +103,15 @@ This service allows for controlling the WLED effect.
|
|||||||
|
|
||||||
A list of all available effects (and the behavior of the intensity for each
|
A list of all available effects (and the behavior of the intensity for each
|
||||||
effect) [is documented in the WLED Wiki](https://github.com/Aircoookie/WLED/wiki/List-of-effects-and-palettes#effects).
|
effect) [is documented in the WLED Wiki](https://github.com/Aircoookie/WLED/wiki/List-of-effects-and-palettes#effects).
|
||||||
|
|
||||||
|
### Service `wled.preset`
|
||||||
|
|
||||||
|
This service allows for loading a preset saved on the WLED device.
|
||||||
|
|
||||||
|
| Service Data Attribute | Required | Description |
|
||||||
|
| ---------------------- | -------- | --------------------------------------------------------------------------------------------------------------- |
|
||||||
|
| `entity_id` | no | A WLED entity ID to load the preset from. |
|
||||||
|
| `preset` | no | ID of the preset slot to load from. |
|
||||||
|
|
||||||
|
More information on presets [is documented in the WLED Wiki](https://github.com/Aircoookie/WLED/wiki/Presets)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user