From 2fc7a3623bf79e2794e0fa3651795a8b9e797c7f Mon Sep 17 00:00:00 2001 From: Alex Popoutsis <41379678+apop880@users.noreply.github.com> Date: Wed, 28 Oct 2020 03:38:10 -0500 Subject: [PATCH] Add WLED preset service call documentation (#15358) --- source/_integrations/wled.markdown | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/source/_integrations/wled.markdown b/source/_integrations/wled.markdown index 0f716fc6247..05dce609490 100644 --- a/source/_integrations/wled.markdown +++ b/source/_integrations/wled.markdown @@ -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 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) +