From d029f1eaa29d5ac12e6ca05a81ee3a2574c1d9ee Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 1 Nov 2023 16:47:01 +0100 Subject: [PATCH] 2023.11: Move two seconds to noteworthy changes --- .../_posts/2023-11-01-release-202311.markdown | 38 ------------------- 1 file changed, 38 deletions(-) diff --git a/source/_posts/2023-11-01-release-202311.markdown b/source/_posts/2023-11-01-release-202311.markdown index 9dcdd9ae626..18f0cbc1b0b 100644 --- a/source/_posts/2023-11-01-release-202311.markdown +++ b/source/_posts/2023-11-01-release-202311.markdown @@ -54,8 +54,6 @@ Enjoy the release! - [Restarting into safe mode](#restarting-into-safe-mode) - [Set up Improv devices directly from Home Assistant!](#set-up-improv-devices-directly-from-home-assistant) - [Configuring script fields for your script in the UI](#configuring-script-fields-for-your-script-in-the-ui) -- [Country selector](#country-selector) -- [Type checking in your templates](#type-checking-in-your-templates) - [Other noteworthy changes](#other-noteworthy-changes) - [New integrations](#new-integrations) - [Integrations now available to set up from the UI](#integrations-now-available-to-set-up-from-the-ui) @@ -295,42 +293,6 @@ drop-down menu. [@karwosts]: https://github.com/karwosts -## Country selector - -A new selector is available, that allows you to select a country. This is -selector can be used in your Blueprints, or, in the new script field editor -mentioned above. Thanks, [@gjohansson-ST]! - -

- -Temporary screenshot that needs to be replaced. -

- -## Type checking in your templates - -Last, but not least, [@raman325] extended our template engine with the ability -to check the type of a variable. This allows you to do things like: - -{% raw %} - -```yaml -{% if my_var is list %} - # Do something -{% endif %} -``` - -and - -```yaml -{% if my_var is datetime %} - # Do something -{% endif %} -``` - -{% endraw %} - -Read more about [complex type checking in our documentation](/docs/configuration/templating/#complex-type-checking). - ## Other noteworthy changes There are many more improvements in this release; here are some of the other