From 7ecd5b5e5a4204ceab92705494cb8f8364f9120c Mon Sep 17 00:00:00 2001 From: Raman Gupta <7243222+raman325@users.noreply.github.com> Date: Wed, 27 Nov 2019 17:18:21 -0500 Subject: [PATCH] add services.yaml description for service (#29160) --- .../components/nuimo_controller/services.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/homeassistant/components/nuimo_controller/services.yaml b/homeassistant/components/nuimo_controller/services.yaml index e69de29bb2d..ba537544a3b 100644 --- a/homeassistant/components/nuimo_controller/services.yaml +++ b/homeassistant/components/nuimo_controller/services.yaml @@ -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 \ No newline at end of file