81 Commits

Author SHA1 Message Date
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
Paulus Schoutsen
b5dd360691 Merge remote-tracking branch 'origin/current' into next 2019-06-19 16:29:24 -07: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
David Beitey
6a186ee61d Note that changing automations reformats templates (#9275) 2019-06-18 14:31:00 +02:00
Phil Bruckner
68deb29523 Add for option for template triggers (#9572) 2019-06-07 21:45:56 -07:00
Klaas Schoute
aec551668f
✏️ Tweak 2019-05-30 00:09:16 +02:00
Erik Montnemery
29f5b7f947
Update trigger.markdown 2019-05-10 17:36:49 +02:00
Erik Montnemery
4ae0644122
Update trigger.markdown 2019-05-10 15:10:13 +02:00
Erik Montnemery
3f1fd2a251
Update trigger.markdown 2019-05-09 16:43:41 +02:00
Klaas Schoute
ad90494bc7 Update webhook documentation for trigger.query (#9202) (#9346) 2019-04-29 08:10:45 +02:00
ActuallyRuben
d46ee49b33 Update webhook documentation for trigger.query (#9202) 2019-04-28 22:57:22 +02:00
cryptelli
0d47b3f829 Additional info on when template triggers fire (#8927)
Suggested change to remove any ambiguity when it comes to the conditions on when a template trigger will fire. This misunderstanding of the documentation has been posted on the forums before:

Case 1: https://community.home-assistant.io/t/trigger-template-limitation/68663/5
Case 2: https://community.home-assistant.io/t/template-trigger-only-work-in-templates-editor/24962
2019-03-15 08:47:40 +01:00
emontnemery
862bcab05e Update templating.markdown (#8790) 2019-03-13 20:47:09 +01:00
plyblu
565859914c Add webhook example to trigger.markdown (#8366)
This makes more clear that: 1) https may be needed rather than http, 2) data is not needed for a webhook trigger to function, and 3) "curl" is a good way to test it.  Hoping to save other people some of the time I spent figuring out how to get it to work.
2019-02-12 00:53:04 +01:00
Paulus Schoutsen
c931155d1a Merge branch 'rc' into current 2019-02-06 14:52:17 -08:00
DubhAd
66f65d6a94 Simplifying the for: section (#8416)
The `for:` piece can be confusing for folks, providing the examples as human readable time, and mentioning that days and milliseconds are also supported.
2019-02-05 14:57:01 -05:00
Fabian Affolter
c3e094fdce
Merge branch 'current' into next 2019-01-27 23:38:52 +01:00
DubhAd
e79db724de Note about time trigger, and tidy up (#8292)
Removed the out of context block about the sun, under the time pattern. It doesn't appear to fit anywhere, and appeared in the RC merge.

Added warning about `00` and so on
2019-01-27 21:08:35 +01:00
DubhAd
f68f6db843 Updating example, adding link (#8290)
Updated the example in the multiple triggers section to be valid. Added link from the top of the page.
2019-01-26 10:55:31 +01:00
jmtatsch
09cc247d49 Add encoding parameter to mqtt automation (#8247)
* Add encoding parameter to mqtt automation #20292

This is needed to trigger on received images/other byte payloads via mqtt because otherwise the decode fails. See also 
#16004

* Update trigger.markdown

clarify
2019-01-25 13:48:05 +01:00
Paulus Schoutsen
b50c3616a3 Merge branch 'rc' into current 2019-01-23 12:58:40 -08:00
txNgineer
8b744ce760 Update trigger markdown to expand twilight discussion and sunrise timing (#8194)
* Update trigger markdown to expand twilight discussion and sunrise timing

These changes expand on the sun angle for addition darkness by including detail on the three twilight definitions. A brief discussion has also been added to the time trigger section to explain why many automations that are relative to sunrise often fail.  Since sunrise is a different day than any time before midnight, using timestamps is a reasonable option.

* Minor changes

* ✏️ Tweaks
2019-01-17 21:47:40 +01:00
Adam Mills
6616750d57 Split time_pattern triggers from time trigger (#8080)
* Split interval triggers from time trigger

* Default smaller interval units to zero

* Rename interval to schedule

* Rename schedule trigger to time_pattern
2019-01-15 22:29:42 +01:00
Malte Franken
2daaea690f Geo Location -> Geolocation (#8086)
* fixed gelocation naming

* fixed broken link
2019-01-07 11:15:53 +01:00
Paulus Schoutsen
f11e64fc02
Update trigger.markdown 2018-12-10 16:23:50 +01:00
Kevin
62bc9ab668 Added example (#7469)
Added an additional tested and working example of how to use a trigger variable in an automation.
2018-11-19 23:20:27 +01:00
Fabian Affolter
4998875ac8
Move {% raw %} 2018-11-11 23:37:47 +01:00
Malte Franken
fc92cf476c explaining geo location automation trigger (#7041) 2018-10-24 00:14:48 +02:00
Paulus Schoutsen
54f350b22b Merge branch 'rc' into current 2018-10-12 16:57:35 +02:00
Paulus Schoutsen
6d1c5eda38 Add webhook trigger docs (#6610) 2018-10-09 16:19:50 +02:00
DubhAd
348c952f85 Little note that triggers are or (#6575)
We don't really call out that triggers are `or`, so adding a little about that here.
2018-10-07 11:43:54 +02:00
DubhAd
59d24cc2c3 Adding warning here about the use of now() (#5995)
Adding the warning here, rather than just lurking in the templating docs.
2018-08-11 22:13:12 +02:00
Joakim Sørensen
e622fc127d Missing a bracket in one of the examples (#5526) 2018-06-11 15:30:59 +02:00
Fabian Affolter
548c014edc
Move raw 2018-06-01 00:44:04 +02:00
Fabian Affolter
0499919cad
Update format 2018-06-01 00:40:56 +02:00
DubhAd
89406e3ea0 Consistency update (#5136)
It was pointed out that everywhere else `entity_id:` is in the `data:` section for `light.turn_on`. Updating the example here to be consistent with that.
2018-04-09 20:15:34 +02:00
Robert
6a35c3515d Automations file has fixed name and location (#4993)
* automations file has fixed name and location

The name and path of the automations file are fixed. Clarification for #13411

* ✏️ Grammar
2018-03-23 10:30:34 +01:00
DubhAd
07aec2ca9d Updated GPS tracker list (#4952)
Reworded, and included GPS Logger in the list of zone trigger related components
2018-03-19 12:23:10 +01:00
DubhAd
491cee2892 Tweaked automations (#4951)
Added comment about why we don't use `-` before the first `service:` line.

Removed the `-` from the last example's service_template
2018-03-19 12:14:14 +01:00
DubhAd
17e85edf36 Tweaked automation (#4953)
Added automation: at the start, for consistency with our other examples
2018-03-19 12:13:35 +01:00
DubhAd
284b67a47f
Merge pull request #4734 from oncleben31/patch-1
`automation` and `automation old` in the same time
2018-02-26 22:01:56 +00:00
Oncleben31
a08e94f789
Update editor.markdown 2018-02-26 19:03:44 +01:00
Oncleben31
f6b1e6aa8c
automation and automation old in the same time
Additional comment and example to explain we can use the both sections in the same time.
2018-02-23 00:05:08 +01:00
themanieldaniel
43f4ef1121 Update trigger.markdown (#4630) 2018-02-15 19:09:38 +01:00
phfix
5accd4b0d8 Explain that the config: is needed in the configuration.yaml (#4508)
* Explain that the config: is needed in the configuration.yaml

* Fix typos
2018-01-25 18:42:55 +01:00
Jon Griffith
e777af9ea1 Clarification regarding the frequency... (#4280)
It's often been noted in the forums that Template Triggers are sometimes overload and that you want to use them sparingly.  I haven't stress tested my system with this idea, but if the template triggers are tested every time any state changes, then that is the clarification that I've proposed in the documentation.
2017-12-26 21:10:55 +01:00
Anders Melchiorsen
5d09b8fe95
Revert "Added note about template triggers (#4018)" (#4097) 2017-12-08 23:52:39 +01:00
Carlo Costanzo
06b8b5e90d
Added in trigger data
Because it took me YEARS to figure out.
2017-12-07 14:47:11 -05:00
David De Sloovere
1ef64b2cc5 Add automation example with templating (#4066)
* Add automation example with templating

* Fix escaping
2017-11-25 23:39:23 +01:00