Skip to content

Commit

Permalink
Link to min_version docs where it is referenced (home-assistant#36233)
Browse files Browse the repository at this point in the history
  • Loading branch information
drewsteinacher authored Dec 8, 2024
1 parent 2e9fccc commit ae7cc8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/_docs/automation/trigger.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion source/_docs/blueprint/schema.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ae7cc8b

Please sign in to comment.