mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 16:27:08 +00:00
Fix target of WLED services (#47938)
This commit is contained in:
parent
6b98583bc1
commit
87d62cbbb8
@ -2,6 +2,9 @@ effect:
|
||||
name: Set effect
|
||||
description: Control the effect settings of WLED.
|
||||
target:
|
||||
entity:
|
||||
integration: wled
|
||||
domain: light
|
||||
fields:
|
||||
effect:
|
||||
name: Effect
|
||||
@ -48,6 +51,9 @@ preset:
|
||||
name: Set preset
|
||||
description: Set a preset for the WLED device.
|
||||
target:
|
||||
entity:
|
||||
integration: wled
|
||||
domain: light
|
||||
fields:
|
||||
preset:
|
||||
name: Preset ID
|
||||
|
Loading…
x
Reference in New Issue
Block a user