Fredrik Andersson
7e7f1df002
Add Silicon Labs SLUSB7000A to the supported list ( #18566 )
2021-07-21 23:07:28 +02:00
ryman1
463e92cdf8
Change 'condition' to 'conditions' ( #18543 )
2021-07-21 23:05:57 +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
Joakim Sørensen
b1a0c1ec45
Adjust check config documentation ( #18411 )
2021-07-06 19:40:41 +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
Erik Montnemery
41378757d5
Document MQTT Select ( #18290 )
...
* Document MQTT Select
* Apply suggestions from code review
Co-authored-by: Franck Nijhof <git@frenck.dev>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-06-24 18:47:59 +02:00
Franck Nijhof
04987cbb49
Merge branch 'current' into next
2021-06-24 13:20:55 +02:00
Joakim Sørensen
f8a1c05704
Add link about finding the configuration ( #18265 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2021-06-23 20:25:54 +02:00
kloggy
f16008b274
Small clarification for queued automations ( #18200 )
2021-06-14 23:47:48 +02:00
Erik Montnemery
baa1e53193
Document trigger condition ( #18160 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-06-12 11:48:07 +02:00
Erik Montnemery
9df461964a
Document trigger id ( #18159 )
2021-06-11 23:16:06 +02:00
Franck Nijhof
b9e2771b74
Add documentation for as_datetime template method/filter ( #18116 )
2021-06-07 18:37:02 +02:00
Franck Nijhof
c1f6e7ef5f
Add referencing sensor entities for before/after in time conditions ( #18115 )
2021-06-07 18:24:16 +02:00
Franck Nijhof
6a81548dc6
Merge branch 'current' into next
2021-06-07 13:11:48 +02:00
Franck Nijhof
aa08471668
Allow number & sensors references in numeric_state triggers/conditions ( #18084 )
2021-06-04 18:14:58 +02:00
Franck Nijhof
fa493b59bd
Remove commercial brokers from MQTT documentation ( #18063 )
...
* Remove commercial brokers from MQTT documentation
* Remove stale note
2021-06-02 20:08:49 +02:00
Franck Nijhof
9bfcc62f50
Merge branch 'current' into rc
2021-06-02 13:15:57 +02:00
Franck Nijhof
fc29c12ecb
Merge branch 'current' into next
2021-06-02 12:45:34 +02:00
Joakim Sørensen
350d5845a9
Update templating.markdown ( #18034 )
2021-05-31 21:44:37 +02:00
craigmcgowan
557101eda9
link to default filter was incorrect ( #18021 )
2021-05-31 14:29:42 +02:00
Franck Nijhof
8ff0f1770c
Merge branch 'current' into next
2021-05-25 15:08:25 +02:00
Franck Nijhof
6f9f500b9d
Clarify advanced mode in scene editor ( #17963 )
2021-05-25 14:55:45 +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
dependabot[bot]
578592dd22
Bump textlint from 11.9.1 to 12.0.0 ( #17948 )
...
* Bump textlint from 11.9.1 to 12.0.0
Bumps [textlint](https://github.com/textlint/textlint ) from 11.9.1 to 12.0.0.
- [Release notes](https://github.com/textlint/textlint/releases )
- [Changelog](https://github.com/textlint/textlint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/textlint/textlint/compare/textlint@11.9.1...v12.0.0 )
Signed-off-by: dependabot[bot] <support@github.com>
* Fix new linter catch
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-05-25 11:53:04 +02:00
millerkyle72
cdf2e35d8d
Remove service_executed from Events documentation ( #17916 )
...
No longer possible to listen to the service_executed after 0.84 per this thread. https://community.home-assistant.io/t/service-executed-event-replacement/98538
2021-05-25 11:36:24 +02:00
David Beitey
d0351ea6d9
Fix position of yaml list marker in Scripts docs ( #17952 )
2021-05-25 10:53:45 +02:00
AdeZwart
2772131721
Update links to Jinja documentation ( #17954 )
...
* Update links to Jinja documentation
Solves issue #17881 . Broken links to Jinja documentation.
* Use latest
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-05-25 10:37:50 +02:00
Andreas Ehn
3f02ea0d49
Improved grammar ( #17903 )
2021-05-22 22:12:55 +02:00
Jan Bouwhuis
53fb699dfd
Mqtt fan docs update for new state reset attributes ( #17820 )
...
* Mqtt fan docs upate for new state reset attributes
* Better description of new payload_reset_attributes
2021-05-20 11:43:51 +02:00
Franck Nijhof
da1554b266
Merge branch 'current' into next
2021-05-19 18:42:22 +02:00
Matt Emerick-Law
b6c629a146
Update scene editor page with new screenshot and top-right menu ( #17809 )
2021-05-14 22:08:15 +02:00
Adrian Sterr
481049a238
added hivemq cloud documentation ( #17727 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-05-12 12:57:26 +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
50c1126066
Merge branch 'current' into next
2021-04-28 14:56:59 +02:00
Ron Schaeffer
500c62fb67
Update dev-tools.markdown ( #17628 )
...
Developer Tools/Events documentation is incomplete. This adds documents for event subscription.
2021-04-28 13:05:01 +02:00
Raman Gupta
74b6031316
Remove beta notice for zwave_js ( #17616 )
2021-04-27 16:46:17 +02:00
Franck Nijhof
c581c6d5ba
Add Z-Wave deprecation notes to old docs ( #17605 )
2021-04-26 21:40:52 +02:00
Franck Nijhof
d185588181
Merge branch 'current' into next
2021-04-26 16:15:41 +02:00
Franck Nijhof
7801038c5a
Update note about Z-Wave deprecation ( #17494 )
2021-04-17 11:50:08 +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
Mike Degatano
bb0cef22ac
Update regex_search
and regex_match
to new tests ( #17469 )
2021-04-15 20:13:43 +02:00
Joakim Sørensen
2a083a8633
Replace Cookbook with Examples ( #17396 )
2021-04-10 20:14:02 +02:00
Franck Nijhof
ead7f3ec36
Fix broken my link on templating configuration page ( #17386 )
2021-04-10 16:34:21 +02:00
Franck Nijhof
de2ba9e145
Remove bad state attribute access example from state_object page ( #17385 )
2021-04-10 15:54:47 +02:00
Franck Nijhof
2ebab6fb75
Improve min/max syntax in template docs ( #17384 )
2021-04-10 15:30:32 +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