mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 08:46:51 +00:00
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:
parent
e40ef4d565
commit
dfdb58a73f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user