From dfdb58a73f3fdc47022df51fe9a243d73c942331 Mon Sep 17 00:00:00 2001 From: zewelor Date: Wed, 27 Jan 2021 11:42:40 +0100 Subject: [PATCH] Update yeelight.markdown (#16321) Add mission action param to transitions declared via yaml. Should have same attributes as service_call: https://www.home-assistant.io/integrations/yeelight/#service-yeelightstart_flow --- source/_integrations/yeelight.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_integrations/yeelight.markdown b/source/_integrations/yeelight.markdown index 6821bae9939..a282bcb8750 100644 --- a/source/_integrations/yeelight.markdown +++ b/source/_integrations/yeelight.markdown @@ -131,6 +131,11 @@ custom_effects: required: false type: integer default: 0 + action: + description: The action to take after the flow stops. Can be 'recover', 'stay', 'off'. + required: false + type: string + default: recover transitions: description: List of transitions, for that effect, check [example](#custom-effects). required: true