347 Commits

Author SHA1 Message Date
Franck Nijhof
7f4d82e0c9
Merge branch 'current' into rc 2024-06-30 14:00:18 +02:00
Madelena Mak
d4c03fe1be
Update the theme to match branding better (#33462)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2024-06-30 13:47:01 +02:00
c0ffeeca7
57c51fa3a2
Blueprint: add procedure on taking control (#33420) 2024-06-26 12:10:53 +02:00
Franck Nijhof
8f53689a00
Merge branch 'current' into next 2024-05-27 14:59:43 +02:00
Clément Notin
985c08a8b7
Below/above is lower/higher than, *equal excluded* (#32945) 2024-05-26 13:00:24 +02:00
Matthias Alphart
ae8aae8d5a
Allow templates for enabling automation triggers (#32662) 2024-05-16 09:23:09 +02:00
c0ffeeca7
fffd8c63ee
Docs: add glossary ref to configuration.yaml term definition (#32767) 2024-05-14 18:17:43 +02:00
c0ffeeca7
980996f0f5
Docs: fix markdown in related meta data section (#32431)
* Docs: fix markdown in related meta data section

* Fix markdown

* Update source/_docs/organizing/categories.markdown

Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>

---------

Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
2024-04-23 14:49:58 +02:00
c0ffeeca7
e6448f68dc
Configuration: Move related topics to meta data (#32409) 2024-04-22 14:42:24 +02:00
Franck Nijhof
a887764d23
Merge branch 'current' into next 2024-03-27 10:12:39 +01:00
Franck Nijhof
a30e2cd33c
Allow numeric state trigger/condition against zone entities (#32038)
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
2024-03-26 19:41:57 +01:00
Jerome Albert
06862ad121
fixing trigger links (#31929)
fixed links of trigger and trigger ID
2024-03-18 15:00:55 +01:00
John Taseff
4a15a89e8b
update the Troubleshooting Automations page (#31810)
* update the Troubleshooting Automations page

* fix style for linter

* clarifying a couple spots

* clarifying triggers

* Style tweaks

* tiny style tweak

* Apply suggestions from code review

* Update source/_docs/automation/troubleshooting.markdown

---------

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
2024-03-15 15:30:15 +01:00
Rick Auch
184b19d109
Add state object detail to numeric state (#31809)
* Add state object detail to numeric state

The numeric state trigger populates an object called `state` but this was not in the documentation previously. This change makes it explicit and also provides a link to the relevant state object documentation.

* Update trigger.markdown

User more concise explanation of the state object in the numeric trigger, and added an example using `state.state`

* Update trigger.markdown

Added explanation to examples that use `state`
2024-03-12 10:49:42 +01:00
c0ffeeca7
2b851a8795
Custom sentences: add more details to conversation response step (#31558)
* Custom sentences: add more details to conversation response step

* Add related links

* Prereqs: add link to S3-BOX tutorial
2024-02-22 16:53:40 +01:00
Danny Tsang
4abb704eea
Add example trigger data in an automation condition (#30669) 2024-01-08 10:21:55 +01:00
Franck Nijhof
07d67c47e2
Merge branch 'current' into next 2023-12-27 14:02:26 +01:00
Tudor Sandu
5f8125db1f
Add timeout information about shutdown trigger (#26987)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2023-12-27 11:23:12 +01:00
c0ffeeca7
ec1050cad3
Blueprints: add re-importing procedure (#30208) 2023-12-11 12:23:28 +01:00
c0ffeeca7
8d98500d0e
Docs c z apply sentence style caps add term refs (#29892)
* Docs a-b: apply sentence-style-caps, add term refs

* Docs: apply sentence-style-caps, add term refs

* Apply suggestions from code review

* Glossary: add alias for plural

* Apply suggestions from code review

Co-authored-by: Joakim Sørensen <joasoe@gmail.com>

---------

Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
2023-11-18 14:36:08 +01:00
c0ffeeca7
8a6fa5a803
Docs: apply sentence-style capitalization (#29891)
* Docs: apply sentence-style capitalization

* Update source/_docs/automation/trigger.markdown

* Apply suggestions from code review

Co-authored-by: Joakim Sørensen <joasoe@gmail.com>

---------

Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
2023-11-18 11:29:00 +01:00
c0ffeeca7
8bb2c3ead3
Docs: apply sentence-style capitalization (#29867)
* Docs: apply sentence-style capitalization

* Update source/_docs/automation/trigger.markdown
2023-11-16 13:13:28 +01:00
Michael Hansen
c3464e7248
Document sentence trigger wildcards (#28332) 2023-07-27 20:31:02 +02:00
Franck Nijhof
ca962cf860
Enforce Markdown ordered list numbering (#28179) 2023-07-11 21:28:37 +02:00
Franck Nijhof
87f859d7c6
Enfore Markdown header style in linter (#28155) 2023-07-10 14:02:27 +02:00
Franck Nijhof
0691b87d5e
Fix a bunch of anchor links (#28127) 2023-07-07 14:38:06 +02:00
c0ffeeca7
c90898a699
Sentence triggers: external AIs cannot be used as triggers (#28119) 2023-07-07 12:48:38 +02:00
Franck Nijhof
2953605039
Merge branch 'current' into rc 2023-07-05 09:19:55 +02:00
c0ffeeca7
dd2eb0d85c
Explanation of conditions: Rephrase trigger statement (#28057) 2023-07-04 12:12:24 +02:00
Alex Silcock
6458ca8d77
Make clearer that all automation conditions must pass (#28052)
* Make clearer that all automation conditions must pass

Clarify that if any automation conditions fail, the automation actions will not be executed.

* tiny tweaks

---------

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
2023-07-04 08:10:47 +02:00
Franck Nijhof
749f148569
Merge branch 'current' into next 2023-06-28 10:16:49 +02:00
RoboMagus
0d3fbaae6e
Add persistent_notification automation trigger to docs (#27860)
Co-authored-by: J. Nick Koston <nick@koston.org>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2023-06-27 12:21:19 +02:00
Michael Hansen
f201c6b473
Document sentence triggers (#27929)
* Document sentence triggers

* Clean up sentence trigger docs
2023-06-26 16:46:58 -04:00
c0ffeeca7
dfb109679f
Using blueprints: tiny style tweaks (#27968) 2023-06-26 13:40:58 +02:00
Val Markovic
c4716a8fdb
Update editor.markdown (typo fix) (#27911) 2023-06-21 22:05:14 +02:00
beMoD
3a33dcebb3
Update Sun trigger Offset (#27896)
Update description of the offset trigger to reflect the possibility to also use number of seconds.
2023-06-21 05:58:35 +02:00
Alex
4240991171
Bugfix wording (#27857)
Bugfix wording around "allowing for much more flexible automations than.." (was allowing much more flexible automations that..)
2023-06-19 08:36:44 +02:00
c0ffeeca7
2cb24cceff
Component: replace by integration as it has been renamed (#27774) 2023-06-13 11:03:06 +02:00
Smart Home Junkie
959b6aa015
Update trigger.markdown (#27740)
Added video tutorial on Trigger IDs
2023-06-12 09:19:29 +02:00
Michael Klamminger
e4c70c4620
Update modes.markdown (#27605)
* Update modes.markdown

Add information about restart behavior

* Tiny tweak

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>

---------

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
2023-06-01 08:46:30 +02:00
Sven Serlier
fd9f0a526e
Small documentation improvements (#27440)
* Update light URLs

* Update light.markdown

* Update light.markdown

* Update URL

* Small improvements to blueprint documentation

* Fix

* Update source/_docs/automation/using_blueprints.markdown

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>

---------

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
2023-05-18 13:37:56 +02:00
Franck Nijhof
f70437cec7
Merge branch 'current' into rc 2023-05-02 19:08:04 +02:00
Danny Tsang
849199d96f
Update Automation > Basics page to latest standards (#27204) 2023-04-29 18:26:43 +02:00
Danny Tsang
e106f723fc
Expanded on how Home Assistant can see Paulus come home (#27203) 2023-04-29 17:58:54 +02:00
Franck Nijhof
36269a2f4b
Merge branch 'current' into next 2023-04-26 16:29:03 +02:00
Ben Randall
d37d4be6de
Update templating docs (#27107)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2023-04-25 09:31:05 +02:00
Danny Tsang
384130ae44
Updated Automation Editor page based on 2023.4 (#27078) 2023-04-21 08:17:53 +02:00
Eric Severance
22e86c1d4d
Describe webhook trigger allowed_methods/local_only options (#21637)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2023-04-14 12:58:28 +02:00
Geoff
b94d61c3bb
Update trigger.markdown (#26853) 2023-04-04 12:45:55 +02:00
Sören Beye
2910260841
Improve webhook trigger documentation (#26689) 2023-03-26 23:51:11 +02:00