From 495d8031717490cde9b6718103bbd041a97c50f4 Mon Sep 17 00:00:00 2001 From: Dan Date: Fri, 17 Jun 2016 03:03:54 -0400 Subject: [PATCH] Update light.markdown (#565) Add unit of time to transition. --- source/_components/light.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/light.markdown b/source/_components/light.markdown index 7d92ef67606..c54acd0ebb6 100644 --- a/source/_components/light.markdown +++ b/source/_components/light.markdown @@ -49,7 +49,7 @@ Turns one or multiple lights off. | Service data attribute | Optional | Description | | ---------------------- | -------- | ----------- | | `entity_id` | no | String or list of strings that point at `entity_id`s of lights. Else targets all. -| `transition` | yes | Integer that represents the time the light should take to transition to the new state. +| `transition` | yes | Integer that represents the time the light should take to transition to the new state in seconds. ### {% linkable_title Service `light.toggle` %}