Erik Montnemery
32e347edf7
Document setting state trigger to
or from
to null ( #20324 )
2021-11-16 11:36:39 +01:00
Sebastian Lövdahl
4979b7ee76
Add link to docs for condition trigger ID ( #20169 )
2021-11-06 21:21:11 +01:00
Ketil Moland Olsen
1a7e3f5426
Corrected dead link ( #19929 )
2021-10-24 11:18:07 +02:00
Joeri Colman
ae7a12d4f8
Fixed contradiction for multiple entity IDs ( #19840 )
2021-10-18 12:28:19 +02:00
Caleb Mah
afd94a33a8
Update instructions for Automation Editor ( #19770 )
2021-10-16 21:33:21 +02:00
Jamie Weston
3b1accf815
Clarification on trigger ID's and tidied up TOC ( #19671 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-10-11 13:46:39 +02:00
reichley
2aa0676f9d
change prefix 00 when 0 note ( #19662 )
2021-10-11 11:22:46 +02:00
Franck Nijhof
89a62a8301
Fix broken my links/badges on automation troubleshooting page ( #19496 )
2021-09-27 18:18:34 +02:00
Joris Roovers
0e75bf304c
Typo fixes in automation trigger docs ( #19429 )
2021-09-22 13:38:42 +02:00
Igor Loborec
98a1a43cd1
Add info on trigger id's uniqueness requirement ( #19336 )
...
Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>
2021-09-15 08:44:47 +02:00
Jamie Weston
32e20dfaaa
Add reference to context in automation templating ( #19043 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2021-09-04 16:00:23 -07:00
Thorjan Knudsvik
8b720bf540
Automation Debugging ( #18400 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-08-25 09:29:39 +02:00
Sam Reed
37c1187557
Fix formatting of numbers in prefix warning box ( #19001 )
2021-08-21 13:16:41 +02:00
Illia Grybkov
49616bf450
Change above/below confusion in clarification of example ( #18739 )
2021-08-17 01:03:37 +02:00
Pedro Lamas
fe6805d9e0
Fixes missing forward slash prefix on url ( #18785 )
2021-08-06 01:19:22 +02:00
Franck Nijhof
9e0bff4301
Merge branch 'current' into rc
2021-08-03 16:39:44 +02:00
Sebastian Lövdahl
8c2e89f1b2
More numeric_state attribute/value_template docs ( #18696 )
...
This PR adds a bit more documentation for the `attribute` and `value_template` properties for the `numeric_state` trigger.
2021-08-03 11:08:53 +02:00
Franck Nijhof
12bfa92cfa
Merge branch 'current' into rc
2021-08-03 10:56:58 +02:00
Chris Browet
34a97542d9
FIX: It's "trace:", not "traces:" ( #18683 )
...
Not actually sure if it's a doc or code bug, but "traces:" is refused while "trace:" works
2021-08-02 12:40:34 +02:00
Franck Nijhof
c5e83224bc
Merge branch 'current' into next
2021-07-28 13:42:27 +02:00
Richard T. Schaefer
29f6cba2a6
Add this variable for use by automation and script templates ( #18505 )
2021-07-28 09:10:13 +02:00
Raman Gupta
e784059e83
Add documentation on new template functions for devices ( #18540 )
...
* Add documentation on new template functions for devices
* fix examples
* Update docs
* rename function
* rename back
* Rename template function back
2021-07-28 08:45:01 +02:00
Christopher Loessl
0c7bb747f7
docs(automation): clarify the importance of cross ( #18628 )
2021-07-27 11:16:51 +02:00
Chris Browet
9bd32c7567
Fix webhook trigger.json example ( #18613 )
...
As it is, the curl sample, without data, actually generates a
```
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
```
2021-07-26 10:23:41 +02:00
Oxan van Leeuwen
5489f1cf2f
Fix a bunch of typos ( #18579 )
2021-07-23 00:07:27 +02:00
David Beitey
e4dade1b29
Document automation trigger ID template variables ( #18497 )
...
This documents the trigger IDs and index variables available in trigger_data for all trigger platforms (https://github.com/home-assistant/core/blob/master/homeassistant/helpers/trigger.py#L79 ) which was mentioned in the [2021.7 release notes](https://www.home-assistant.io/blog/2021/07/07/release-20217/#trigger-conditions-and-trigger-ids ).
2021-07-14 10:37:19 +02:00
Tom Brien
64da9edeef
Add references to traces for automation debugging ( #18496 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-07-13 21:03:16 +02:00
TheDK
046e54f78c
Update trigger.markdown ( #18425 )
...
Fixed typo.
2021-07-08 08:41:17 +02:00
Franck Nijhof
862f3858de
Merge branch 'current' into rc
2021-07-07 13:06:30 +02:00
drfinn15
27832b0ade
Typo in automation.turn_off part ( #18378 )
...
Changed "on" to "off", because the service automation.turn_off turns automations off, not on.
2021-07-05 11:13:02 +02:00
Franck Nijhof
04987cbb49
Merge branch 'current' into next
2021-06-24 13:20:55 +02:00
kloggy
f16008b274
Small clarification for queued automations ( #18200 )
2021-06-14 23:47:48 +02:00
Erik Montnemery
9df461964a
Document trigger id ( #18159 )
2021-06-11 23:16:06 +02:00
Franck Nijhof
aa08471668
Allow number & sensors references in numeric_state triggers/conditions ( #18084 )
2021-06-04 18:14:58 +02:00
Jordan Kueh
f28203fec7
Adding notes on JSON content-type header ( #17902 )
...
I noticed that the `trigger.json` key wasn't accessible unless I explicitly set the `Content-Type` header, so adding my discoveries to the documentation.
Let me know if anything needs to be tweaked!
2021-05-25 13:06:33 +02:00
Andreas Ehn
3f02ea0d49
Improved grammar ( #17903 )
2021-05-22 22:12:55 +02:00
tobkim
87eaa28be8
Translated condition example to english ( #17748 )
...
Wasn't sure I was understanding the condition example correctly, so I translated it to english for clarity.
2021-05-09 02:53:55 +02:00
Franck Nijhof
a764f28b8a
Add link from using blueprint to creating blueprint ( #17467 )
...
* Add link from using blueprint to creating blueprint
* Update source/_docs/automation/using_blueprints.markdown
Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
2021-04-16 12:58:28 +02:00
Franck Nijhof
07fa3751f8
Merge branch 'current' into rc
2021-04-07 15:11:38 +02:00
Franck Nijhof
cc1ba5b00c
Add clarity to automation editor page example sensor ( #17268 )
2021-04-04 21:32:33 +02:00
Paulus Schoutsen
6a35fa5380
Document trigger entity ( #17092 )
...
Co-authored-by: Hmmbob <33529490+hmmbob@users.noreply.github.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-03-30 19:13:29 +02:00
jonwaland
90a1530bf3
Update editor.markdown ( #16909 )
2021-03-22 13:54:27 +01:00
jonwaland
6296f4b837
Update using_blueprints.markdown ( #16910 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2021-03-18 20:37:06 -07:00
CupertinoGeek
afab59d840
Update trigger.markdown ( #16961 )
2021-03-12 11:45:46 +01:00
Franck Nijhof
fad2a45310
Collection of Markdown/YAML cleanups ( #16817 )
2021-03-03 15:18:25 +01:00
Franck Nijhof
38d229792b
Add more My links ( #16816 )
2021-03-03 15:18:22 +01:00
Franck Nijhof
1e419b6d8e
My plugin updates ( #16806 )
...
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2021-03-03 15:18:17 +01:00
Erik Montnemery
0ec95a994a
Fix MQTT trigger value_template example ( #16755 )
2021-03-03 15:18:11 +01:00
Erik Montnemery
9737e87dab
Document value_template in MQTT triggers ( #16754 )
2021-03-03 15:18:08 +01:00
Anders Melchiorsen
7962e3ae9e
Clarify template trigger behaviour ( #16733 )
2021-03-03 15:17:54 +01:00