mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 13:45:12 +02:00
Fix missing name in FluxLED service descriptions (#96077)
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
set_custom_effect:
|
set_custom_effect:
|
||||||
|
name: Set custom effect
|
||||||
description: Set a custom light effect.
|
description: Set a custom light effect.
|
||||||
target:
|
target:
|
||||||
entity:
|
entity:
|
||||||
@@ -37,6 +38,7 @@ set_custom_effect:
|
|||||||
- "jump"
|
- "jump"
|
||||||
- "strobe"
|
- "strobe"
|
||||||
set_zones:
|
set_zones:
|
||||||
|
name: Set zones
|
||||||
description: Set strip zones for Addressable v3 controllers (0xA3).
|
description: Set strip zones for Addressable v3 controllers (0xA3).
|
||||||
target:
|
target:
|
||||||
entity:
|
entity:
|
||||||
@@ -78,6 +80,7 @@ set_zones:
|
|||||||
- "jump"
|
- "jump"
|
||||||
- "breathing"
|
- "breathing"
|
||||||
set_music_mode:
|
set_music_mode:
|
||||||
|
name: Set music mode
|
||||||
description: Configure music mode on Controller RGB with MIC (0x08), Addressable v2 (0xA2), and Addressable v3 (0xA3) devices that have a built-in microphone.
|
description: Configure music mode on Controller RGB with MIC (0x08), Addressable v2 (0xA2), and Addressable v3 (0xA3) devices that have a built-in microphone.
|
||||||
target:
|
target:
|
||||||
entity:
|
entity:
|
||||||
|
Reference in New Issue
Block a user