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
This commit is contained in:
zewelor 2021-01-27 11:42:40 +01:00 committed by GitHub
parent e40ef4d565
commit dfdb58a73f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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