Franck Nijhof
c464056402
Making our website faster, cleaner and prettier ( #9853 )
...
* 🔥 Removes octopress.js
* 🔥 Removes use of root_url var
* 🔥 Removes Octopress generator reference from feed
* 🔥 Removes delicious support
* 🔥 Removes support for Pinboard
* 🔥 Removes support for Disqus
* 🔥 Removes support for Google Plus
* ↩️ Migrate custom after_footer to default template
* ↩️ Migrate custom footer to default template
* ↩️ Migrate custom header to default template
* 🔥 Removes unused template files
* 🚀 Places time to read directly in post template
* 🚀 Removes unneeded capture from archive_post.html template
* 🔥 🚀 Removes unused, but heaving sorting call in component page
* 🚀 Merged javascripts into a single file
* 🔥 Removes more uses of root_url
* 🚀 Removal of unneeded captures from head
* 🔥 🚀 Removal of expensive liquid HTML compressor
* 🔥 Removes unneeded templates
* 🚀 Replaces kramdown with GitHub's CommonMark 🚀
* 💄 Adds Prism code syntax highlighting
* ✨ Adds support for redirect in Netlify
* ↩️ 🔥 Let Netlify handle all developer doc redirects
* ✏️ Fixes typo in redirects file: Netify -> Netlify
* 🔥 Removes unused .themes folder
* 🔥 Removes unused aside.html template
* 🔥 Removes Disqus config leftover
* 🔥 Removes rouge highlighter config
* 🔥 Removes Octopress 🎉
* 💄 Adjust code block font size and adds soft wraps
* 💄 Adds styling for inline code blocks
* 💄 Improve styling of note/warning/info boxes + div support
* 🔨 Rewrites all note/warning/info boxes
2019-07-15 22:17:54 +02:00
Franck Nijhof
1833c32a2c
Cleans up front matter ( #9835 )
...
* Sets front matter defaults
* Removes default front matter from section templates/pages
* Removes default front matter from addon pages
* Removes default front matter from integration pages
* Removes default front matter from posts
* Removes default front matter from docs pages
* Removes default front matter from other pages
* Fixes blog category pages
2019-07-11 14:35:08 -07:00
Franck Nijhof
ebca3218c7
🔥 Removes linkable_title everywhere ( #9772 )
...
* Automatically create linkable headers
* Visually improve position of linkable header chain icon
* Do not auto link headers on homepage
* Remove linkable_title everywhere
* 🚑 Re-instante linkable_title plugin as NOOP
2019-07-04 19:08:27 +02:00
Franck Nijhof
4369499e89
Component(s) -> Integration(s) ( #9705 )
2019-06-27 20:10:56 -07:00
Klaas Schoute
11497d8d82
🔨 Add logo and quality scale ( #9543 )
2019-06-01 21:37:40 +02:00
Klaas Schoute
2d752bcab0
🔨 Restructure platform pages ( #9541 )
2019-06-01 01:46:57 +02:00
Patrik Hermansson
641b08e505
Adjusted rgb-color section, added example
...
Added a note about needed square brackets for rgb values. Also added an example how this is done.
2019-04-02 14:56:48 +02:00
Paulus Schoutsen
fc641dd944
Merge branch 'rc' into current
2019-03-20 11:53:40 -07:00
emontnemery
6d61ba84e5
Update light docs to clarify brightness 0 turns the light off ( #8967 )
...
Update light docs to clarify brightness 0 turns the light off according to home-assistant/architecture#119
2019-03-17 13:52:27 +01:00
Paulus Schoutsen
d1efccfb25
Merge branch 'current' into next
2019-03-13 13:08:49 -07:00
Robbie Trencheny
8714fc55a2
Add ha_release to components/platforms missing it
2019-03-09 17:27:44 -08:00
zewelor
c505bdf26b
Allow light.toggle service to accept all service light turn on params ( #8612 )
...
* Allow light.toggle service to accept all service light turn on params
* Minor change
2019-03-07 23:45:22 +05:30
emontnemery
b3957439c7
Update light.markdown ( #7772 )
2018-12-13 22:01:47 -05:00
DubhAd
6e7a4e0f66
entity update ( #6663 )
...
Clearly the entity_id is optional, else it wouldn't target all lights if you didn't specify it ;)
2018-10-10 20:27:03 +02:00
Alok Saboo
a4dca76042
Fixed typos ( #6623 )
...
* Fixed typos
* More typos
2018-10-09 12:13:54 +02:00
Daniel Kalmar
013ea650e5
Add documentation for default turn-on values for lights. ( #5865 )
2018-07-24 20:30:21 +02:00
Niklas Wagner
cf6818f0d7
Update Link to w3.org ( #5070 )
2018-03-31 20:49:38 +02:00
Paulus Schoutsen
772fb32af9
Merge branch 'current' into next
2018-03-23 14:07:56 -07:00
Adam Mills
40602962f4
New hue/sat field on light.turn_on schema ( #4881 )
...
* New hue/sat field on light.turn_on schema
* ✏️ Small language corrections
2018-03-19 08:14:44 -04:00
Alok Saboo
1aca7b08cf
Misc fixes: e.g. -> e.g., and proper case for Home Assistant ( #4942 )
...
* e.g. to e.g., and proper case for Home Assistant
* Instructions how to -> Instructions on how to
2018-03-17 20:20:37 +01:00
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