From 7437259d38c62e90adfdae461005fdccb2d08776 Mon Sep 17 00:00:00 2001 From: Thiago Oliveira Date: Sat, 10 Jun 2017 13:43:26 -0700 Subject: [PATCH] entity_id is optional for the light.turn_off service (#2795) This is to correct the documentation saying that the `entity_id` is optional for the `light.turn_off` service. --- 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 c4ec7bce9ec..688cb0732f8 100644 --- a/source/_components/light.markdown +++ b/source/_components/light.markdown @@ -63,7 +63,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. +| `entity_id` | yes | 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 in seconds. ### {% linkable_title Service `light.toggle` %}