From b0dda2277de9478a3111510825c7580d00b353a0 Mon Sep 17 00:00:00 2001 From: TheDK Date: Tue, 23 Feb 2021 20:53:18 +0100 Subject: [PATCH 1/3] Update adguard.markdown (#16716) Fixed minor typo... --- source/_integrations/adguard.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/adguard.markdown b/source/_integrations/adguard.markdown index 9ff9b5107e8..c6b400f36b7 100644 --- a/source/_integrations/adguard.markdown +++ b/source/_integrations/adguard.markdown @@ -17,7 +17,7 @@ ha_platforms: --- AdGuard Home is a network-wide ad- and tracker-blocking DNS server with parental -control (adult content blocking) capabilities. The AdgGuard integration allows +control (adult content blocking) capabilities. The AdGuard integration allows you to control and monitor your AdGuard Home instance in Home Assistant. {% include integrations/config_flow.md %} From 2b4f3202beaabc138dc66a3b9c48a3a4e5fb4239 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Tue, 23 Feb 2021 22:21:06 +0100 Subject: [PATCH 2/3] Tweak event trigger template docs (#16713) --- source/_docs/automation/templating.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_docs/automation/templating.markdown b/source/_docs/automation/templating.markdown index 254ac9b3345..15baca1e931 100644 --- a/source/_docs/automation/templating.markdown +++ b/source/_docs/automation/templating.markdown @@ -31,7 +31,8 @@ The following tables show the available trigger data per platform. | ---- | ---- | | `trigger.platform` | Hardcoded: `event`. | `trigger.event` | Event object that matched. -| `trigger.event.data` | Optional data +| `trigger.event.event_type` | Event type. +| `trigger.event.data` | Optional event data. ### MQTT From 8b1fe3183ec79f15732d0427aa36be9b831c7959 Mon Sep 17 00:00:00 2001 From: Abel Matser <33466359+abelmatser@users.noreply.github.com> Date: Wed, 24 Feb 2021 12:19:26 +0100 Subject: [PATCH 3/3] Update reference to location of edit link for documentation (#16709) The link to edit the documentation has moved to the bottom of the documentation pages. --- source/_faq/missing-documentation.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_faq/missing-documentation.markdown b/source/_faq/missing-documentation.markdown index 07b00a89b61..0ef49e0a786 100644 --- a/source/_faq/missing-documentation.markdown +++ b/source/_faq/missing-documentation.markdown @@ -4,6 +4,6 @@ description: "The documentation is missing or outdated" ha_category: Documentation --- -Home Assistant is a FAST moving open source project. This means occasionally the official documentation will not be 100% current or complete. Since this is an open source volunteer project, we would encourage anyone who finds gaps in the documentation to click the `edit this page on Github` link in the top right and submit any corrections/enhancements they may find useful. A step-by-step guide on how to contribute to the documentation can be found [here](https://community.home-assistant.io/t/editing-the-documentation-and-creating-a-pull-request-on-github/9573). +Home Assistant is a FAST moving open source project. This means occasionally the official documentation will not be 100% current or complete. Since this is an open source volunteer project, we would encourage anyone who finds gaps in the documentation to click the `EDIT` link at the bottom and submit any corrections/enhancements they may find useful. A step-by-step guide on how to contribute to the documentation can be found [here](https://community.home-assistant.io/t/editing-the-documentation-and-creating-a-pull-request-on-github/9573). In the absence of information, many users find it beneficial to look at other people's configurations to find examples of what they want to accomplish in their own configurations. The easiest way to find these configurations is through this [GitHub search](https://github.com/search?q=topic%3Ahome-assistant-config&type=Repositories).