223 Commits

Author SHA1 Message Date
Ketil Moland Olsen
e9e904705c Updated Jinja URLs (#10892) 2019-10-20 09:20:10 +02:00
Ville Skyttä
c545e19c46 Spelling fixes (#10723)
* Spelling fixes

* ✏️ Tweak
2019-10-11 23:58:24 +02:00
Mauricio Bonani
25fbaf047f Update MDI cheatsheet link to 4.5.95 (#10680) 2019-10-10 11:18:34 +02:00
Erik Montnemery
a544cf45dd Update troubleshooting.markdown (#10674) 2019-10-09 22:28:41 +02:00
Paul Sinclair
e446bebc63 📚Update URL's with sensor in docs folder (#10559)
* 📚Update URL's with sensor in docs folder

* 🔨Fix typo in link
2019-10-02 21:38:18 +02:00
Paul Sinclair
58c014fe60 📚Update pushbullet link and fix markdown linting (#10546) 2019-10-02 17:24:15 +02:00
Sean Mooney
43680b4790 Bring up to date with Developer Tools changes (#10545)
Update for Dev Tools redesign in 0.96, and also mention that Reloading customize is available via the Server Control panel.
2019-10-02 08:29:25 +02:00
Franck Nijhof
dcc7c10ce4
Rewrites all URLs in our website from components -> integrations 2019-10-02 00:35:28 +02:00
Franck Nijhof
da5e1aad0e
Adds GitHub Action for Remark, fixes code flag on fences (#10475)
* Adds basics for adding Remark

* Adds GitHub Action for remark

* Adds GitHub Action for remark

* Ensure all fenced code blocks have a code flag
2019-09-29 00:50:28 +02:00
Mauricio Bonani
a1cc108fd7 Match cheatsheet version with package currently used (#10418) 2019-09-22 16:34:04 +02:00
Dubh Ad
4f0812d351 The lack of reload is gone (#10357)
The ability to reload automations etc in packages has long been addressed, apparently
2019-09-13 13:34:32 +02:00
Paulus Schoutsen
f26608ce13 Tweak securing page (#10327) 2019-09-09 23:26:33 +02:00
Dubh Ad
17d7e09f84 Fixing errors (#10267)
There's a couple of examples where `.state` should be appended, but isn't
2019-09-01 18:12:09 +02:00
Paulus Schoutsen
6d76203c89 Merge branch 'current' into next 2019-08-21 16:22:28 -07:00
Courtenay
4502a89f06
Slight changes to wording on customization help page (#10057)
* Update customizing-devices.markdown

* ✏️ Tweak

* Minor changes
2019-08-17 10:58:28 +02:00
Courtenay
62e60fb116 Slight changes to wording on customization help page (#10057)
* Update customizing-devices.markdown

* ✏️ Tweak

* Minor changes
2019-08-17 10:57:17 +02:00
Tomi Lehto
e21de0f104 Add documentation for arcus trigonometry functions (#9982) 2019-08-13 01:08:15 +02:00
Dubh Ad
16fbc41a91 Added config check for Docker (#10100)
Added the config check steps for Docker
2019-08-13 01:02:48 +02:00
Paulus Schoutsen
9c0308b489 Merge branch 'current' into next 2019-07-31 16:26:37 -07:00
gjbadros
5b67050231 Corrected an example (#10005)
This example is trying to draw a distinction but has two identical lines.  I suspect this came from a search and replace to switch to the newer states('') notation.
2019-07-29 20:10:24 +02:00
Sean Mooney
c9e85b9361 Update basic setup instructions for onboarding (#10000)
Updated instructions to reflect onboarding improvements in Home Assistant 0.94 (see video in blog post: https://www.home-assistant.io/blog/2019/06/05/release-94/) and mention the fact that this can be updated directly in the user interface now.
2019-07-29 09:34:45 +02:00
Sean Mooney
b58d0740ba Add note on Advanced mode toggle (#10001)
Customization menu will be hidden by default starting in 0.96, unless the user toggles on Advanced mode first.
2019-07-29 09:33:41 +02:00
aschamberger
5d9270c795 adding docs for ord() template filter (#9962)
* adding docs for https://github.com/home-assistant/home-assistant/pull/25398

* ✏️ Tweak
2019-07-26 14:13:23 +02:00
Dubh Ad
6c3a65edb5 Note about hidden (#9919)
Since it doesn't apply to Lovelace, would be good to note that here ;)
2019-07-19 22:51:39 +02:00
Franck Nijhof
059d4f3537
Removes absolete code from Markdown files (#9902) 2019-07-19 01:15:19 +02:00
Paulus Schoutsen
fddf4241f2 Merge remote-tracking branch 'origin/current' into rc 2019-07-16 15:28:06 -07: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
368c941f7e
Merge branch 'current' into next 2019-07-05 12:31:20 +02: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
af37b002c6
Merge branch 'current' into next 2019-06-30 19:27:35 +02:00
akasma74
04ea9a1ebf notes on using states(xxx) vs states.xxx (#9687)
* notes on using states(xxx) vs states.xxx 

as per this discussion - https://community.home-assistant.io/t/using-better-templates-with-state/122912/14

* ✏️ Moved content to warning message.

* ✏️ Tweak
2019-06-28 22:16:17 +02:00
Penny Wood
4e9d88c40d Documentation for template expand (#9394)
* Documentation for template expand

* ✏️ Tweak
2019-06-22 19:44:03 +02:00
Franck Nijhof
1e46c4fcbe
Component(s) -> Integration(s) (#9656)
Signed-off-by: Franck Nijhof <frenck@addons.community>
2019-06-19 15:12:14 +02:00
Ron Schaeffer
ab13c05f7a Newer MDI icons not immediately available (#9416)
* Newer MDI icons not immediately available 

Add a note that newer MDI icons may not be available in the current Home Assistant release. Confusion as to why certain icons don't show up is common in the Community.

* ✏️ Tweak

* ✏️ Additional space removal
2019-06-18 22:57:37 +02:00
akasma74
c31a4dc1b9 Clarification regarding last_xxx being in UTC (#9102)
* Clarification regarding last_xxx being in UTC

It worth to mention that last_xxx times are in UTC and should be converted to local time when exposed to user/exported in any human-readable form

* ✏️ Rewording
2019-06-18 22:04:07 +02:00
Benji
1d6a2ac671 Fix MDI cheatsheat link & update to latest in-use version (#9242) 2019-04-18 12:08:09 +02:00
Paulus Schoutsen
6b7972413c Merge branch 'rc' into current 2019-04-03 14:42:09 -07:00
akasma74
f6fc30974c Clarification of Templates using now() (#9111)
* Clarification of Templates using now()

The current content of that section is hard to understand and there is no example.
Hope the link to some examples will help.

* Minor changes
2019-04-03 17:15:55 -04:00
Paulus Schoutsen
a7cd9d8794
Add remote ui ref 2019-04-01 15:11:46 -07:00
Fabian Affolter
46c81c5daa
Merge branch 'current' into next 2019-03-26 23:32:48 +01:00
Quentin Stafford-Fraser
763412586f Mention proposed ordering for !include_dir_list (#8899) 2019-03-25 20:40:17 +01:00
akasma74
752cf70a17 Update splitting_configuration.markdown (#9003)
* Update splitting_configuration.markdown

Reference to non-existing example removed

* Update splitting_configuration.markdown
2019-03-22 09:47:50 +01:00
Paulus Schoutsen
fc641dd944 Merge branch 'rc' into current 2019-03-20 11:53:40 -07:00
Fabian Affolter
3983a70db5
Merge branch 'current' into next 2019-03-17 08:06:51 +01:00
Fabian Affolter
32adced7f5
Add link to installation section (fixes #8937) (#8942) 2019-03-15 10:16:00 +01:00
Brad Dixon
2085bd6343 Doc: Add as_timestamp as a Jinja filter. (#8905) 2019-03-11 13:21:43 +05:30
Manuel Zubieta
966b92142c
Note how !include_dir* funcs do not support .yml extension (#8846)
Addresses #16808.  I don't believe it's necessary to support `.yml` files, but explicitly noting this would be helpful for others.
2019-03-07 11:57:56 +01:00
Manuel Zubieta
418869c9b1 Note how !include_dir* funcs do not support .yml extension (#8846)
Addresses #16808.  I don't believe it's necessary to support `.yml` files, but explicitly noting this would be helpful for others.
2019-03-07 16:25:37 +05:30