195 Commits

Author SHA1 Message Date
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
Ian Slinger
696831a242 Reorganise and fix some errors in the Templating docs.
There was some confusion about the use of filters in the HA extension,
in fact some of them were wrong.

Also merged the examples for the extensions into sections for each type so
they could be seen in context.
2018-11-04 19:00:39 +11:00
Klaas Schoute
004a19b380 Update Basic component configuration (#7275)
* Update Basic component configuration

* 🚑 Fix error
2018-10-30 19:00:43 +01:00
Glenn Morrison
442fd6c220 Grammar (#7010)
Grammar correction
2018-10-22 21:25:58 +02:00
Antoni K
0a6905ac15 Add note about CGNAT (#6959) 2018-10-19 20:53:00 +02:00
DubhAd
b6d9b8ba5b Clarity updates (#6889)
Added note about testing templates in the template tool

Added section about how `|` has priority over non-bracket operators

Some minor changes to steer people towards `states.('...')` rather than `states...state`.
2018-10-17 23:17:03 +02:00
Caswell1000
3cb46731b5 Update templating.markdown (#6871) 2018-10-16 23:22:52 +02:00
longman391
e3aa2f9f28 Update secrets.markdown (#6741)
Fixed typos, comma splices, and missing punctuation.
2018-10-13 12:12:05 +02:00
Paulus Schoutsen
54f350b22b Merge branch 'rc' into current 2018-10-12 16:57:35 +02:00
Dmitriy Shafranskiy
5e4109ef95 Formatting fix (#6685)
Code ending block was placed in a wrong place causing documentation to be output wrongly.
2018-10-11 14:31:02 +02:00
DubhAd
3bf5d2045f Clarity update (#6657)
As somebody pointed out on the forum, using different examples adds confusion. Updated both styles to use the same contents, so it's clearer what's going on.
2018-10-10 12:04:15 +02:00
DubhAd
a7d55dfc31 Clarity update (#6655)
The _user_ docs imply that setting the device class sets the unit of measurement. This clearly isn't the case, so doing a set of clarity edits.
2018-10-10 09:18:13 +02:00
Florian Klien
d3589d9518 typos fixed (#6582) 2018-10-07 10:58:35 -04:00