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
Tom Brien
d6c2db6c6a
Update instructions for using Check Config Tool ( #10619 )
...
* automation troubleshooting.markdown
Add explanation of making check config visible
* withings.markdown
Add explanation of how to make the check config tool visible
* configuration.markdown
Add explanation to display the check config tool
2019-10-08 12:55:08 +02:00
Klaas Schoute
0b0c3bac13
🔗 Fix broken links (part 6) ( #10579 )
2019-10-02 23:53:09 +02:00
Paul Sinclair
e446bebc63
📚 Update URL's with sensor in docs folder ( #10559 )
...
* 📚 Update URL's with sensor in docs folder
* 🔨 Fix typo in link
2019-10-02 21:38:18 +02:00
Franck Nijhof
dcc7c10ce4
Rewrites all URLs in our website from components -> integrations
2019-10-02 00:35:28 +02:00
kdvlr
0daad58567
Clarified the behavior of conditions. ( #10461 )
...
* Clarified the behavior of conditions.
The current reading of the documentation indicates that if a condition evaluates to true it stops executing. Added additional context to the first line to describe the actual behavior.
* Updated docs to clarify conditions behavior
The current reading of the documentation indicates that if a condition evaluates to true it stops executing. Added additional context to the first line to describe the actual behavior.
* Renamed script to automation
* Changed to script or automation for consistency.
2019-09-28 09:37:15 +02:00
Nick Touran
c35303e37f
Corrected math in description of twilight. ( #10431 )
2019-09-23 09:30:16 +02:00
pvmil
45d0f0882a
Minor update time pattern trigger in web-interface ( #10226 )
...
I spent some time (newbie) before I found out I had to fill '*' for fields I did not plan to fill (like 'hour')
2019-08-27 18:46:05 +02:00
vocweb
e70eeb83d3
Update condition ( #10239 )
...
condition: numeric state => condition: numeric_state
2019-08-27 10:05:57 +02:00
akasma74
7bea0d9681
added Testing section ( #9767 )
...
* added Testing section
I saw no such thing in docs and it constantly causes topics like this - https://community.home-assistant.io/t/condition-problems/124222 .
Hope this addition is useful.
* make it more readable
* moving Testing section to this better place
as discussed here https://github.com/home-assistant/home-assistant.io/pull/9767#issuecomment-511128560
* moving Testing bit to Troubleshooting
as discussed here https://github.com/home-assistant/home-assistant.io/pull/9767#issuecomment-511128560
* ✏️ Tweak
* 🚑 Removing linkable_title
2019-08-21 23:19:47 +02:00
Paulus Schoutsen
a425b65733
Merge conflict
2019-07-31 16:26:56 -07:00
Paulus Schoutsen
9c0308b489
Merge branch 'current' into next
2019-07-31 16:26:37 -07:00
Tony Brobston
62c4d0d4bb
Update trigger.markdown ( #10008 )
...
When I was reading through the offset documentation I noticed what I think is a mistake in the comment. Could someone validate that this change is correct? Thank you.
2019-07-31 10:04:11 +02:00
Franck Nijhof
26e70ada7a
Merge branch 'current' into next
2019-07-18 19:17:44 +02:00
cgtobi
ca7a714ab2
Add info about concurrent use of data and data_template ( #9890 )
2019-07-18 12:18:35 +02:00
Paulus Schoutsen
9d69557aee
Merge branch 'current' into next
2019-07-17 14:43:58 -07:00
Paulus Schoutsen
fddf4241f2
Merge remote-tracking branch 'origin/current' into rc
2019-07-16 15:28:06 -07:00
Franck Nijhof
bfd1b1ad23
Merge branch 'current' into next
2019-07-16 00:05:15 +02: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
akasma74
07dcd146ea
state trigger - entity_id details ( #9850 )
...
* state trigger - entity_id details
I think it would be beneficial to underline in text that it is possible to use multiple entities in entity_id.
Not sure if it is applicable to any other triggers that accept entity_id (like numeric_state)
* ✏️ Tweak
2019-07-14 14:20:15 +02:00
Paulus Schoutsen
eb5f18c8fc
Merge remote-tracking branch 'origin/current' into next
2019-07-11 14:39:19 -07: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
Phil Bruckner
f955c61226
Add template support to numeric_state trigger's for option ( #9781 )
2019-07-10 12:39:08 +02:00
Phil Bruckner
c7e68622eb
Add template support to state trigger's for option ( #9762 )
2019-07-08 14:00:19 -07:00
Phil Bruckner
de15708667
Add missing trigger.for variable to template trigger ( #9752 )
2019-07-06 01:06:58 +02: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
Phil Bruckner
8b83098a77
Add template support to template trigger's for option ( #9714 )
2019-06-29 17:20:47 +02: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