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
337b210cce
Rewrites states.xxx -> states('xxx') (and similar) ( #9736 )
...
* Rewrites states.xxx -> states('xxx') (and similar)
* Adds template escaping on some places
2019-06-30 11:45:03 -07:00
Franck Nijhof
4369499e89
Component(s) -> Integration(s) ( #9705 )
2019-06-27 20:10:56 -07:00
Piotr Żuralski
6cbcc1acdc
fixing ha_category components annotation ( #9432 )
...
* fixing ha_category components annotation
Signed-off-by: Piotr Żuralski <piotr.zuralski@gmail.com>
* ✏️ Tweak
2019-05-11 09:46:28 +02:00
Robbie Trencheny
8714fc55a2
Add ha_release to components/platforms missing it
2019-03-09 17:27:44 -08:00
DubhAd
c7a2d58c9a
Highlighting that capitals aren't allowed ;) ( #8103 )
...
Capitals aren't allowed in script names, but we don't mention that here
2019-01-08 21:00:31 +01:00
Adam
8372b3514b
Update to reflect actual implementation ( #7301 )
...
Activate was changed to Execute awhile back: f0f0dc3bb2
2018-11-01 09:14:52 +01:00
datafx
ef17ca3881
Add IQS Internal to several components ( #6450 )
...
* IQS Internal
* IQS Internal
* IQS Internal
* IQS Internal
* IQS Internal
* IQS Internal
* IQS Internal
* IQS Internal
* IQS Internal
* IQS Internal
* IQS Internal
* IQS Internal
2018-10-02 20:34:19 +02: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
DubhAd
b6258f5326
Added note about display in Overview ( #4597 )
...
It's come up quite a few times, with people asking why some scripts have a toggle, and some don't. This is to add a little clarity about it (I'm **assuming** that `wait` also results in a toggle - it'd be good to get that verified).
2018-02-08 21:33:10 +01:00
arretx
110f61ffba
Comment Line Fix ( #3470 )
...
* Comment Line Fix
The commented line wasn't being displayed as a greyed out line, rather, it's red, and since the line truncates in the display, it looks like the word "later" is the first line in the script.
* Add `script` and other minor changes
2017-09-30 20:43:57 +02:00
Sebastian
87e7c16ef2
Added note regarding dashes in script names ( #1518 )
2017-02-05 09:30:14 +02:00
David
6effb54647
Fix for merged PR #1140 ( #1152 )
...
had to add `raw` and `endraw` tags to make the variables in the script show up
2016-10-06 20:28:18 +02:00
David
d8311f5267
Passing variables to scripts ( #1140 )
...
Explain how to pass variables along to scripts in more detail, using actual examples instead of JSON code. Not alot of people are aware of this (previously) nearly undocumented feature.
2016-10-06 06:56:39 +02:00
Paulus Schoutsen
4be4102776
Update script docs
2016-05-01 19:25:52 +02:00
Paulus Schoutsen
674c9e26b0
Remove confusing optional comment.
2016-04-02 20:57:07 -07:00
Paulus Schoutsen
cc8e5f5685
Remove component layout page
2016-02-07 14:20:52 -08:00
Paulus Schoutsen
88d7d0461e
Update script docs
2016-01-21 23:06:56 -08:00
Paulus Schoutsen
8b777a7008
Update some HA component logos
2016-01-12 23:14:38 -08:00
Paulus Schoutsen
833bdaebd8
Correct script example. Fixes #133
2015-12-22 18:37:48 -08:00
Paulus Schoutsen
47eae9077e
Markdown fixes
2015-10-28 23:00:29 -07:00
Paulus Schoutsen
62abadd5d7
Some component doc updates
2015-10-25 23:03:23 -07:00
Paulus Schoutsen
f916f4997d
Add featured component section
2015-10-25 12:22:16 -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