From d22845c20d12f46d2153e1bc23a2548e4bf00364 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Tue, 31 Oct 2023 21:24:30 +0100 Subject: [PATCH 1/6] Assist: home page: add link to Assist intro page (#29620) --- source/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/index.html b/source/index.html index df86ea8d20d..579520e808b 100644 --- a/source/index.html +++ b/source/index.html @@ -107,7 +107,7 @@ feedback: false
@@ -93,7 +94,6 @@ The enforce polling option is an advanced setting. The option is available only Email providers may limit the number of reported emails. The number may be less than the limit (10,000 at least for Yahoo) even if you set the `IMAP search` to reduce the number of results. If you are not getting expected events and cleaning your Inbox or the configured folder is not desired, set up an email filter for the specific sender to go into a new folder. Then create a new config entry or modify the existing one with the desired folder. - ### Using events When a new message arrives or a message is removed within the defined search command scope, the `imap` integration will send a custom [event](/docs/automation/trigger/#event-trigger) that can be used to trigger an automation. @@ -119,7 +119,7 @@ search: folder: description: The IMAP folder configuration text: - description: The email body `text` of the message (by default, only the first 2048 bytes will be available.) + description: The email body `text` of the message. By default, only the first 2048 bytes of the body text will be available, the rest will be clipped off. You can increase the maximum text size of the body, but this is not advised and will never guarantee that the whole message text is available. A better practice is using a custom event data template (advanced settings) that can be used to parse the whole message, not limited by size. The rendered result will then be added as attribute `custom` to the event data to be used for automations. sender: description: The `sender` of the message subject: From f52e10e586a5fe2a4e06bc0e6a1db5f4532481f8 Mon Sep 17 00:00:00 2001 From: Florian Bachmann <834350+baflo@users.noreply.github.com> Date: Wed, 1 Nov 2023 11:20:58 +0100 Subject: [PATCH 4/6] Update third-party-addons.md (#29637) --- source/_includes/common-tasks/third-party-addons.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_includes/common-tasks/third-party-addons.md b/source/_includes/common-tasks/third-party-addons.md index d2b6c373203..b6f82ffbf5d 100644 --- a/source/_includes/common-tasks/third-party-addons.md +++ b/source/_includes/common-tasks/third-party-addons.md @@ -6,6 +6,12 @@ Home Assistant allows anyone to create add-on repositories to share their add-on https://github.com/home-assistant/hassio-addons-example ``` +You can also add a development branch from a given repository by appending its name following a hashtag. + +```text +https://github.com/home-assistant/hassio-addons-example#dev +``` +
Home Assistant cannot guarantee the quality or security of third-party add-ons. Use at your own risk.
From 6624d9679247ab91dfd35d8ae127a5fb70804f8d Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Wed, 1 Nov 2023 11:42:14 +0100 Subject: [PATCH 5/6] Remove HAlloween video (#29639) --- source/voice_control/index.markdown | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/voice_control/index.markdown b/source/voice_control/index.markdown index 724094b368f..e4102e1d545 100644 --- a/source/voice_control/index.markdown +++ b/source/voice_control/index.markdown @@ -6,8 +6,6 @@ title: Assist - Talking to Home Assistant Assist is our feature to allow you to control Home Assistant using natural language. It is built on top of an open voice foundation and powered by knowledge provided by our community. - - ## Supported platforms Assist is available to use on most platforms that can interface with Home Assistant. Look for the Assist icon Assist icon: From 86e7cb710efa596141efdfc8e25724200d690f32 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Wed, 1 Nov 2023 12:12:48 +0100 Subject: [PATCH 6/6] Common tasks: remove dev docs. Reverts #29637 (#29640) --- source/_includes/common-tasks/third-party-addons.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/source/_includes/common-tasks/third-party-addons.md b/source/_includes/common-tasks/third-party-addons.md index b6f82ffbf5d..d2b6c373203 100644 --- a/source/_includes/common-tasks/third-party-addons.md +++ b/source/_includes/common-tasks/third-party-addons.md @@ -6,12 +6,6 @@ Home Assistant allows anyone to create add-on repositories to share their add-on https://github.com/home-assistant/hassio-addons-example ``` -You can also add a development branch from a given repository by appending its name following a hashtag. - -```text -https://github.com/home-assistant/hassio-addons-example#dev -``` -
Home Assistant cannot guarantee the quality or security of third-party add-ons. Use at your own risk.