33 Commits

Author SHA1 Message Date
Franck Nijhof
42842f64a6
Collection of configuration block fixes (#9874) 2019-07-16 22:58:38 +02:00
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
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
b08bcbe053
Fix some careless frontmatter mistakes 2019-03-10 04:45:59 -07:00
Rohan Kapoor
a8cd28c5cf Add docs for verify_ssl configuration added to rest_command and switch.rest (#8205) 2019-01-21 22:31:20 +01:00
Franck Nijhof
04048834b1 Changes int -> integer (#6452) 2018-10-03 12:42:57 +02:00
Fabian Affolter
334a06b4d6
Various fixes (#5302) 2018-05-03 22:01:32 +02:00
Maximilian Früh
444030d09f Document the headers configuration parameter of the RESTful switch (#5196)
* Document the `headers` configuration parameter of the RESTful switch

* Fix indent
2018-04-18 19:35:03 +02:00
Filip Bednárik
6e1fe76243 Fix default values in REST switch (#4922)
* Fix default values in REST switch

According to https://github.com/home-assistant/home-assistant/blob/master/homeassistant/components/switch/rest.py
* Resource does not have any default value.
* Method is set in lowercase "post"
* Default name is not "REST Binary Switch" but "REST Switch"
* Default body_on is "ON" not true
* Default body_off is "OFF" not false

* ✏️ Tweaks
2018-03-23 21:44:39 +01: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
Fabian Affolter
38dc270db4
Update configuration variables description style (#4134)
* Update configuration variables description style

* Remove defaults
2017-12-04 08:31:44 +01:00
Anders Melchiorsen
4e68ef82e8 Add HTTP Basic auth to RESTful Switch (#3258) 2017-09-09 19:38:22 +02:00
Paulus Schoutsen
08729e457e Merge branch 'current' into next 2017-06-15 20:36:43 -07:00
Fabian Affolter
29934427e1
Add 'ha_iot_class' 2017-06-13 10:26:24 +02:00
Fabian Affolter
736141df63 Add put as method (#2803) 2017-06-12 22:27:31 -07:00
Fabian Affolter
819cb20c11
Make template visible 2017-05-28 19:43:38 +02:00
Fabian Affolter
c87e55eec1 Update link (#2722) 2017-05-28 19:39:40 +02:00
Fabian Affolter
e2c97d4941
Move details to example section 2017-05-28 18:57:05 +02:00
cribbstechnologies
52cdd35344 Updating documentation for REST switch with template example (#2713)
* fixing typo in rest switch template example

* adding example with template to docs

* adding generic info about response JSON

* making requested changes

* changing file mode, removing response parsing information

* updating docs with generic info and link to specific topic

* fixing file permissions
2017-05-28 18:50:37 +02:00
Paulus Schoutsen
a3bda5dde1 Fix liquid warnings 2016-11-04 23:45:19 -07:00
Abhishek Anand
7935284290 switch.rest updates (#1030)
* updates corresponding to PR#3329

* more explanation

* de-jargoned iff
2016-10-28 12:09:25 +02:00
Robbie Trencheny
5da7bfaa9e Merge branch 'current' into next 2016-10-06 22:13:18 -07:00
Marcelo Moreira de Mello
8ddbe43771 Added Restful logo on remaining components 2016-10-07 00:33:50 -04:00
Fabian Affolter
a2776110aa Minimizing of the configuration sample (#1047) 2016-10-02 17:14:23 +02:00
Fabian Affolter
b7f3aa3d23 Add HA release 2016-04-30 22:47:36 +02:00
Paulus Schoutsen
cc8e5f5685 Remove component layout page 2016-02-07 14:20:52 -08:00
Fabian Affolter
567840e2b8 Capitalize titles and other minor update 2016-02-06 09:27:20 +01:00
Fabian Affolter
9c6e176e4c Fix #126 (Use real templates) 2015-12-18 13:06:59 +01:00
Paulus Schoutsen
03d0d75ae1 Component details pages added 2015-10-25 00:58:12 -07:00
Paulus Schoutsen
04f48395d6 Merge branch 'pr/101'
Conflicts:
	source/components/index.markdown
2015-10-24 21:54:58 -07:00