From 52159b51160c3428eeddd2872fae27e3c05fa29b Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Thu, 19 Sep 2024 13:53:35 +0200 Subject: [PATCH] Correct link in blog/2024-09-02-template-hass-required.md (#2325) --- blog/2024-09-02-template-hass-required.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/2024-09-02-template-hass-required.md b/blog/2024-09-02-template-hass-required.md index 7c5a556f..24264c7e 100644 --- a/blog/2024-09-02-template-hass-required.md +++ b/blog/2024-09-02-template-hass-required.md @@ -4,7 +4,7 @@ authorURL: https://github.com/emontnemery title: "Template.hass is no longer automatically set when rendering templates" --- -With the merge of [core PR #89242](https://github.com/home-assistant/core/pull/124656), which landed in Home Assistant Core 2023.4, `Template.hass` will be set on `Template` objects created during schema validation. +With the merge of [core PR #89242](https://github.com/home-assistant/core/pull/89242), which landed in Home Assistant Core 2023.4, `Template.hass` will be set on `Template` objects created during schema validation. Before this change, it was necessary to check and set `Template.hass` before rendering templates, and this happened in numerous places throughout the codebase. Such code has been removed from Home Assistant Core, which impacts custom integration authors: