mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
add services.yaml description for service (#29160)
This commit is contained in:
parent
ceb1528b50
commit
7ecd5b5e5a
@ -0,0 +1,18 @@
|
|||||||
|
led_matrix:
|
||||||
|
description: Sends an LED Matrix to your display
|
||||||
|
fields:
|
||||||
|
matrix:
|
||||||
|
description: "A string representation of the matrix to be displayed. See the SDK documentation for more info: https://github.com/getSenic/nuimo-linux-python#write-to-nuimos-led-matrix"
|
||||||
|
example:
|
||||||
|
'........
|
||||||
|
0000000.
|
||||||
|
.000000.
|
||||||
|
..00000.
|
||||||
|
.0.0000.
|
||||||
|
.00.000.
|
||||||
|
.000000.
|
||||||
|
.000000.
|
||||||
|
........'
|
||||||
|
interval:
|
||||||
|
description: Display interval in seconds
|
||||||
|
example: 0.5
|
Loading…
x
Reference in New Issue
Block a user