207 Commits

Author SHA1 Message Date
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
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
Teemu R
9e5887dac0 Add documentation for TP-Link Smart Home devices (#7338)
* Update tplink documentation

* Make configuration linkable, add documentation for list elements

* ✏️ Tweaks

* Add KL series of bulbs from #8134

* Add LB230 from #8090

* Add extracting energy sensor data from the switch platform

* fix indent

* add 0.89 for version

* re-add HS103
2019-02-22 17:12:30 +01:00
Isabella Gross Alström
8d26206422 Add info about reloading buttons and packages (#8404) 2019-02-10 15:01:25 +01:00
Ian Slinger
d119ad15a5
Merge branch 'current' into fixes_for_template_docs 2019-01-29 22:09:55 +11:00
Franck Nijhof
e19443b969 👕 Replaces truthy YAML boolean values (#8212) 2019-01-19 12:02:31 +01:00
Franck Nijhof
69a0bfd29a 🔨 Replaces all hardlinks with relative ones (#8207) 2019-01-19 11:56:44 +01:00
Gary Barclay
fac43222aa Small changes to help fill a couple of small gaps. (#8111)
* Small changes to help fill a couple of small gaps.

Stopped short of offering a full example such as Harmony Remote config.

* Fix comments
2019-01-13 11:47:30 +01:00
Fabian Affolter
9f4754f605
Merge branch 'current' into next 2018-12-27 18:20:17 +01:00
DubhAd
370dae337d Catchup (#7905)
Apparently this was missed with the 0.84 updates 

https://github.com/home-assistant/home-assistant/pull/18720
2018-12-19 22:40:27 +01:00
Lewis Juggins
7a8bc3a072 Add note about entity_namespace deprecation (#7840)
* Add note about entity_namespace deprecation

* Update platform_options.markdown
2018-12-14 11:43:19 +01:00
Pascal Vizeli
b008b0f084 Added new filters for templates (#7699)
* Added new filters for templates

* Minor fixes
2018-12-01 11:47:19 +01:00
MeIchthys
beb9d9cffb remove broken link (#7669) 2018-11-28 10:34:27 +01:00
Antoni K
99c0b30427 Improved formatting and fixed grammar mistake (#7643) 2018-11-26 10:18:09 +01:00
thomasvs
8d495c2d65 Stop mixing singular and plural to be more consistent. (#7578) 2018-11-19 09:26:01 +01:00
DubhAd
1542004fc6 Note about case (#7565)
Since case sensitivity regularly trips people up, calling it out here.
2018-11-18 09:12:21 +01:00
Nicholas Westerhausen
a0b4469547 Fix relative link (#7552)
Link for "customize entities" missing leading slash
2018-11-17 10:19:36 +01:00
Fabian Affolter
80e8b201ad
Update time_zone entry 2018-11-13 14:18:32 +01:00