add services.yaml description for service (#29160)

pull/29175/head
Raman Gupta 2019-11-27 17:18:21 -05:00 committed by Paulus Schoutsen
parent ceb1528b50
commit 7ecd5b5e5a
1 changed files with 18 additions and 0 deletions

View File

@ -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