diff --git a/source/_posts/2023-06-07-release-20236.markdown b/source/_posts/2023-06-07-release-20236.markdown index 0eebe96cb9c..0ad5584652f 100644 --- a/source/_posts/2023-06-07-release-20236.markdown +++ b/source/_posts/2023-06-07-release-20236.markdown @@ -197,36 +197,22 @@ to toggle between the relative and absolute format! ## Related information -{% details "TODO" %} - -- Improve/extend story -- Proof read/spelling/grammar -- Replace screenshot - -Refs: - -- Tweak style of related items (#16672) @bramkragten -- Related blueprints (#16618) @bramkragten - -{% enddetails %} - -Which automation used that blueprint? Well, Home Assistant can now tell you +Which automation is using that blueprint? Well, Home Assistant can now tell you that! On the {% my blueprints title="**Settings** > **Automations & Scenes** > **Blueprints**" %} -page you can now hit the trippel dotted menu on any blueprint to discover which +page, select the three dotted menu on any blueprint to discover which automations are using that blueprint. -Now only that, if you accidentially remove a blueprint that is still in use, -Home Assistant will stop you from doing that and tell you which automations +Not only that, if you accidentally remove a blueprint that is still in use, +Home Assistant will stop you from removing it and tell you which automations still rely on it. -But wait, there is more related! The related items in the entity information +Hold on; there is more related! The related items in the entity information dialog got improved as well. Told old list of links is gone, and it now shows a way more modern view of all related items for an entity: -

- -Temporary screenshot that needs to be replaced. -

+Screenshot of the improved related entity information dialog. + +Notice how it nicely links back to the new integration page here too! ## Copy 'n paste support in the automation editor diff --git a/source/images/blog/2023-06/related-information.png b/source/images/blog/2023-06/related-information.png new file mode 100644 index 00000000000..ccadb10ab61 Binary files /dev/null and b/source/images/blog/2023-06/related-information.png differ