From b75fd3dbe58025c4a12991a661f95ee78cdb0eac Mon Sep 17 00:00:00 2001 From: Dani Date: Wed, 18 May 2016 15:45:42 +0200 Subject: [PATCH] Update light.markdown (#487) When turning off and when toggling a light, transition is optional --- source/_components/light.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/light.markdown b/source/_components/light.markdown index c544d7d9af0..2259e97ac88 100644 --- a/source/_components/light.markdown +++ b/source/_components/light.markdown @@ -48,7 +48,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` | no | 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. ### {% linkable_title Service `light.toggle` %} @@ -59,4 +59,4 @@ Toggles the state of one or multiple lights using [groups]({{site_root}}/compone | 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` | no | 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.