26 Commits

Author SHA1 Message Date
Anders Melchiorsen
1c904e63b1 Update light.turn_on to match current schema (#2756) 2017-06-15 22:34:15 -07:00
Thiago Oliveira
7437259d38 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.
2017-06-10 22:43:26 +02:00
Jonatan Castro
31628bfd6d Update light.markdown (#2744)
* Update light.markdown

I had a hard time setting up attributes to entities until I research for some other user's examples and saw they were using "data:". I feel like this should be mentioned or at least exposed with an example. I saw being used in 2 different ways:

```yaml
  action:
     service: light.turn_on
     data:
       entity_id: light.kitchen_lights
       brightness: 200
```

```yaml
  action:
    - service: light.turn_on
      entity_id: light.kitchen_lights
      data:
        brightness: 200
```

I'm not sure which one is the best/correct way but tried with both and they work

* Fix typos
2017-06-04 12:02:08 +02:00
Anders Melchiorsen
b41e9765af Remove platform specific information from light component (#2711)
The text is rewritten to not favor any particular platform and the
light.hue_activate_scene service call is moved to the Hue documentation.
2017-05-26 08:35:13 +02:00
Fabian Affolter
d5e7847682
Merge branch 'current' into next 2017-05-18 22:12:48 +02:00
Anders Melchiorsen
4fd7b90020 Add kelvin/brightness_pct to light.turn_on (#2653) 2017-05-18 10:15:08 +02:00
boojew
39ecaf684f Transition updated (#2640)
* Transition updated

According to this https://home-assistant.io/cookbook/automation_sun/ (and my own experience) transition appears to only be supported on Hue bulbs - so I have updated the Transition note.

* Update light.markdown

Change language to be more ambiguous.
2017-05-17 08:53:12 +02:00
Anders Melchiorsen
c82ed066f0 Remove backticks from link (#2428)
These were accidentally copy/pasted from the previous version where the link was an actual color name.
2017-04-14 23:00:51 +02:00
Anders Melchiorsen
e0f45d22af Only CSS3 color names are supported now (#2427)
The "chucknorris" reference and SO link is amusing to developers but it's just a waste of users' time to put it in the documentation. Even worse, since home-assistant/home-assistant#2215, "chucknorris" is not even supported but will default to "white".
2017-04-14 17:33:38 +02:00
Matt N
2b5d3c0c10 Fix over 100 typos/spelling mistakes :P (#1483)
* Fix a bunch of typos/spelling mistakes
* Removed extra spaces from emulated_hue
* Correct device type. of binary_sensor.enocean.markdown
2016-11-23 10:23:23 +01:00
Sean Dague
7192484bf1 add reference to light.hue_activate_scene (#1453)
Related to #4425
2016-11-17 22:14:08 -08:00
Carlo Costanzo
6bc796451f Added Hue Color Chart reference. (#1207)
Added RGB Color Chart matrix Decoder ring link.
2016-10-10 18:33:36 +02:00
demonspork
d2cf9d3c02 update rgb color Description text to say rgb color (#718) 2016-08-01 23:59:46 -07:00
Daniel Høyer Iversen
58635d6840 Update light.markdown (#607) 2016-07-03 10:19:35 +02:00
Michaël Arnauts
7d2a98c47b Add effect attribute to light component (#603) 2016-07-01 18:59:25 +02:00
Dan
495d803171 Update light.markdown (#565)
Add unit of time to transition.
2016-06-17 09:03:54 +02:00
Paulus Schoutsen
0f14803a22 Merge branch 'master' into next 2016-05-21 09:52:05 -07:00
Dani
b75fd3dbe5 Update light.markdown (#487)
When turning off and when toggling a light, transition is optional
2016-05-18 15:45:42 +02:00
Robbie Trencheny
46575c6d25 Add color_name documentation 2016-05-17 00:09:03 -07:00
Fabian Affolter
53dc68cd36 Update links 2016-04-12 11:09:00 +02:00
joemcmonagle
b21a71ef58 Update light.markdown 2016-03-10 11:39:33 -05:00
Paulus Schoutsen
cc8e5f5685 Remove component layout page 2016-02-07 14:20:52 -08:00
Fabian Affolter
3a8457c71a Update 2015-11-09 09:37:41 +01:00
Paulus Schoutsen
e59252a39b Convert subpages to folders 2015-10-26 23:24:55 -07:00
Paulus Schoutsen
03d0d75ae1 Component details pages added 2015-10-25 00:58:12 -07:00
Paulus Schoutsen
120dbf547d Add component collection 2015-10-24 21:44:04 -07:00