Franck Nijhof
c69644ae58
Merge branch 'current' into next
2020-09-24 16:46:51 +02:00
remy33
b0f8376250
Update trigger.markdown ( #14583 )
...
-d "" as empty seems to not work as expected.
Explicit POST solves it.
2020-09-23 11:13:57 +02:00
Franck Nijhof
22471fcfed
Merge branch 'current' into next
2020-09-19 10:23:38 +02:00
Thomas Lovén
6b50ac40f6
Quotes around jinja template ( #14543 )
2020-09-18 09:52:47 +02:00
Franck Nijhof
117d3ae00f
Fix state trigger attribute example ( #14461 )
2020-09-10 21:18:08 +02:00
Paulus Schoutsen
ea44553595
Document variables for scripts/automations ( #14458 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2020-09-10 21:18:05 +02:00
Franck Nijhof
e9bebac1bb
Clarify state triggers holding using for, ignore attribute changes ( #14444 )
2020-09-10 21:17:58 +02:00
Paulus Schoutsen
1019b852a0
Document variables for scripts/automations ( #14458 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2020-09-10 20:44:19 +02:00
Franck Nijhof
3c67c58e48
Fix state trigger attribute example ( #14461 )
2020-09-10 20:39:29 +02:00
Franck Nijhof
d517bcf127
Clarify state triggers holding using for, ignore attribute changes ( #14444 )
2020-09-09 21:46:26 +02:00
Franck Nijhof
0ea561ae9d
Support 'for' without setting the 'to'-state in automation state trigger ( #14423 )
2020-09-07 16:36:49 +02:00
Anders Melchiorsen
c859cd071d
Add state trigger examples with to/for and from/for ( #14363 )
2020-09-07 16:11:27 +02:00
Franck Nijhof
056cdf967a
Add shorthand notation for Template conditions ( #14413 )
2020-09-06 16:57:08 +02:00
Franck Nijhof
58f7bd7009
Merge branch 'current' into next
2020-09-05 15:14:52 +02:00
Adam
8bd0591e52
Add explanation of multiple entities for the same trigger ( #14375 )
...
Addressing Issue #14304
2020-09-03 11:26:21 +02:00
Raman Gupta
7fd75081fe
Include new attribute
parameter for Numeric State triggers in automation docs ( #14361 )
...
Co-authored-by: Zack Arnett <arnett.zackary@gmail.com>
2020-08-31 22:32:27 +02:00
Franck Nijhof
f5eeb86ab6
Templates in data & service parameters (making data_template & service_template obsolete) ( #14292 )
2020-08-24 17:50:53 +02:00
Phil Bruckner
a89d99be20
Time trigger can also accept an input_datetime Entity ID ( #14207 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2020-08-13 13:29:20 +02:00
Franck Nijhof
4c291fd029
Merge branch 'current' into rc
2020-08-11 14:08:32 +02:00
Franck Nijhof
f3e195f7d9
Merge branch 'current' into next
2020-08-11 14:08:05 +02:00
Stefan
8151efd0bc
Zone Trigger: changed entity_id from device_tracker to person ( #14228 )
...
Entity_id of a zone trigger can be both a person, or a device_tracker. I'd say that a person entity is the newer, recomended type.
2020-08-11 13:05:41 +02:00
Felix Stupp
cddd3720db
Fixed ambigouty about above/below for automation trigger numeric_state ( #14204 )
...
Above and below are strict comparison operators (> or <, not >= or <=).
The version before was ambiguous about that by explaining that values like 17 or above will trigger the automation.
2020-08-11 12:49:45 +02:00
Franck Nijhof
accbc276de
Add support for multiple time triggers in automations ( #14035 )
2020-08-03 14:53:53 +02:00
Kocsen Chung
854e00b37a
Fix typo in state trigger warning ( #13863 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-06-28 10:35:44 +02:00
Thomas Dietrich
4651e7fe91
Extend triggers intro section ( #13812 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-06-22 19:01:42 +02:00
Max
681549e282
Add a bit on device triggers in /automation/trigger ( #13289 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-06-01 21:00:34 +02:00
AJStubbsy
7753b3e886
AJStubbsy.markdown ( #13551 )
2020-05-22 12:24:28 +02:00
Michael A. Alderete
e598f40474
Expand doc for webhook triggers ( #13092 )
...
* Expand doc for webhook triggers
Edit webhook trigger doc for clarity and grammar.
Add explanation that using a webhook in a trigger automatically creates the webhook.
* Add fenced code language hint
2020-04-22 13:14:15 +02:00
akasma74
08817e566f
correct note about trigger ( #12372 )
...
* correct note about trigger
Don't think the existing way of testing automations with trigger in templates makes sense.
I tried to show how to debug such automations.
* add missing bracket
to fix the build
2020-04-13 08:23:15 +02:00
adamaze
ab346ed57a
add clarifying note about webhook trigger ( #12809 )
2020-04-11 10:37:33 +02:00
akasma74
390bcc168e
Change wording of triggers ( #12715 )
...
* change wording
I think "trigger this automation" makes more sense than "fire this trigger".
* make terms consistent
2020-04-06 13:18:55 +02:00
cklagenberg
0bd23272f7
Removed use of default group ( #12709 )
...
Since release 104 default groups is no longer maintained.
Replaced with "all"
2020-04-06 12:34:26 +02:00
akasma74
6cbe897a2c
example updated ( #12384 )
...
There is no need in using as_timestamp as we can subtract datetimes and then use the resulting timedelta's total_seconds()
I believe it's more intuitive and elegant
2020-03-16 13:02:11 +01:00
Alok Saboo
aa7a018464
Change i.e. and e.g. to i.e.,, and e.g., ( #12162 )
...
* Change i.e. and e.g. to i.e.,, and e.g.,
* Update textlintrc.json
* Update .textlintrc.json
Co-Authored-By: Franck Nijhof <frenck@frenck.nl>
* added i.e.,
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-02-22 20:50:26 +01:00
Dubh Ad
98376d0fc6
Adding a note about states ( #12128 )
...
* Adding a note about states
It's a regular thing on Discord to have to point this out to folks, so it's long past time we highlighted this somewhere IMO.
* ✏️ Tweak
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-02-20 09:23:42 +01:00
Franck Nijhof
6ead12efbc
Extends textlint Terminology list; part 5 ( #12072 )
...
* Extends textlint Terminology list; part 5
* Remove walkthrough from textlint
* Improve Default Configuration page links
2020-02-13 13:39:06 +01:00
Franck Nijhof
f0d37f49db
Extends textlint Terminology list; part 2 ( #12068 )
2020-02-12 19:59:10 +01:00
Franck Nijhof
eb54746503
Merge branch 'current' into next
2020-01-28 16:00:56 +01:00
Jay
38d0ab195d
Add note and tweak examples
...
A common question in the support channels involves the `UndefinedError` returned when an automation that references a trigger state object in the action is manually triggered. Hopefully this note will reduce those questions in the future. I also tweaked the example automations.
2020-01-28 08:50:43 -06:00
Franck Nijhof
adf27386d9
Merge branch 'current' into next
2020-01-27 15:47:25 +01:00
Franck Nijhof
b88030871b
Remove deprecation warnings from 0.42 ( #11861 )
2020-01-24 18:09:46 +01:00
Franck Nijhof
d5d8c0c938
Merge branch 'rc' into current
2020-01-15 21:42:58 +01:00
Franck Nijhof
caff890f38
Remove deprecated hide_entity for automations ( #11754 )
2020-01-15 11:54:01 -08:00
Franck Nijhof
b7deb649d8
Merge branch 'current' into next
2020-01-11 10:34:05 +01:00
Petro31
bb483a5540
Update condition.markdown ( #11688 )
...
Quoting was wrong.
2020-01-09 18:29:36 +01:00
Franck Nijhof
ada7cc55a4
Entity Component to no longer generate automatic groups ( #11662 )
...
* Entity Component to no longer generate automatic groups
* Entity Component to no longer generate automatic groups
2020-01-07 18:00:45 +01:00
Dan Jackson
25d9e68286
Update trigger.markdown for consistency with automation_sun.ma… ( #11573 )
...
Looks like a similar change was made to `automation_sun.markdown` in #10532 , attributed to #10315 .
As someone trying to add an automation for the sun's elevation, the inconsistency was confusing. I don't know if other parts of this page should be updated in a similar way.
2019-12-30 21:35:19 +01:00
Eric Miller
c050b8ee6a
Add editor ID's are automatically generated. ( #11055 )
...
Added that editor ID's are automatically generated.
2019-12-03 10:54:48 +01:00
Ketil Moland Olsen
9b027281c7
Updated http to https in link URL ( #10893 )
2019-10-19 22:06:25 +02:00
kloggy
61f97d40d1
Added alternative to using now() as a trigger ( #10615 )
...
* Added alternative to using now() as a trigger
Based on this forum thread https://community.home-assistant.io/t/automation-condition-if-a-state-of-an-entity-hasnt-changed/140791/4
and the fact that I regularly see people say how you can’t use now() as a trigger but no one has ever offered an alternative.
* Reinstated {% raw %} and {% endraw %} tags
2019-10-13 11:42:06 +02:00