From ae7cc8b2defc7e3d2b3d77299d52bbdadc9d4a34 Mon Sep 17 00:00:00 2001 From: drewsteinacher <26029945+drewsteinacher@users.noreply.github.com> Date: Sun, 8 Dec 2024 16:13:07 -0500 Subject: [PATCH] Link to min_version docs where it is referenced (#36233) --- source/_docs/automation/trigger.markdown | 2 +- source/_docs/blueprint/schema.markdown | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_docs/automation/trigger.markdown b/source/_docs/automation/trigger.markdown index 97c7f4b82c8..4b0267e80db 100644 --- a/source/_docs/automation/trigger.markdown +++ b/source/_docs/automation/trigger.markdown @@ -1108,7 +1108,7 @@ blueprint: ## Merging lists of triggers {% caution %} -This feature requires Home Assistant version 2024.10 or later. If using this in a blueprint, set the `min_version` for the blueprint to at least this version. +This feature requires Home Assistant version 2024.10 or later. If using this in a blueprint, set the `min_version` for the blueprint to at least this version. See the [blueprint schema documentation](/docs/blueprint/schema/#min_version) for more details. {% endcaution %} In some advanced cases (like for blueprints with trigger selectors), it may be necessary to insert a second list of triggers into the main trigger list. This can be done by adding a dictionary in the main trigger list with the sole key `triggers`, and the value for that key contains a second list of triggers. These will then be flattened into a single list of triggers. For example: diff --git a/source/_docs/blueprint/schema.markdown b/source/_docs/blueprint/schema.markdown index 48c2769de64..689007962b9 100644 --- a/source/_docs/blueprint/schema.markdown +++ b/source/_docs/blueprint/schema.markdown @@ -157,7 +157,7 @@ by their name; not by section and name. A section is differentiated from an input by the presence of an additional `input` key within that section. {% caution %} -Input sections are a new feature in version 2024.6.0. Set the `min_version` for the blueprint to at least this version if using input sections. Otherwise, the blueprint will generate errors on older versions. +Input sections are a new feature in version 2024.6.0. Set the `min_version` for the blueprint to at least this version if using input sections. Otherwise, the blueprint will generate errors on older versions. See [this section](/docs/blueprint/schema/#min_version) for more details. {% endcaution %} The full configuration for a section is below: