Fix target of WLED services (#47938)
parent
6b98583bc1
commit
87d62cbbb8
|
@ -2,6 +2,9 @@ effect:
|
||||||
name: Set effect
|
name: Set effect
|
||||||
description: Control the effect settings of WLED.
|
description: Control the effect settings of WLED.
|
||||||
target:
|
target:
|
||||||
|
entity:
|
||||||
|
integration: wled
|
||||||
|
domain: light
|
||||||
fields:
|
fields:
|
||||||
effect:
|
effect:
|
||||||
name: Effect
|
name: Effect
|
||||||
|
@ -48,6 +51,9 @@ preset:
|
||||||
name: Set preset
|
name: Set preset
|
||||||
description: Set a preset for the WLED device.
|
description: Set a preset for the WLED device.
|
||||||
target:
|
target:
|
||||||
|
entity:
|
||||||
|
integration: wled
|
||||||
|
domain: light
|
||||||
fields:
|
fields:
|
||||||
preset:
|
preset:
|
||||||
name: Preset ID
|
name: Preset ID
|
||||||
|
|
Loading…
Reference in New Issue