Files
homeassistant-core/homeassistant/components/nuimo_controller/services.yaml
Franck Nijhof 24840b54ac Add yamllint (in pre-commit and CI) (#33676)
* 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
2020-04-05 10:33:45 +02:00

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