forked from home-assistant/core
* Add yamllint (in pre-commit and CI) * Fix linting for all YAML files * Bump and add it to requirements * Fix gen_requirements for pre-commit, remove 'v' from version
18 lines
518 B
YAML
18 lines
518 B
YAML
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
|