From 9e4678f8c5190a0a0080258696e347ad3134a03d Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 13 Jul 2016 12:34:14 +0200 Subject: [PATCH] Revert "Added set_brightness to website docs." (#636) --- source/_components/light.markdown | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/source/_components/light.markdown b/source/_components/light.markdown index ebc5497623d..c54acd0ebb6 100644 --- a/source/_components/light.markdown +++ b/source/_components/light.markdown @@ -61,16 +61,3 @@ Toggles the state of one or multiple lights using [groups]({{site_root}}/compone | ---------------------- | -------- | ----------- | | `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. - -### {% linkable_title Service `light.set_brightness` %} - -Changes the brightness of one or multiple lights using [groups]({{site_root}}/components/group/). - -*Note*: This currently is only supported by the [Lifx]({{site_root}}/components/light.lifx/ component. - -| 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. -| `brightness` | yes | Integer between 0 and 255 for how bright the color should be. -