From 4c56e17f1c36728fdef4bb900c88cb3e2d69e94a Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 3 May 2023 16:42:06 +0200 Subject: [PATCH] 2023.5: Finalize selectors --- .../_posts/2023-05-03-release-20235.markdown | 34 ++++++------------- 1 file changed, 11 insertions(+), 23 deletions(-) diff --git a/source/_posts/2023-05-03-release-20235.markdown b/source/_posts/2023-05-03-release-20235.markdown index f2f919c1eea..2b4bf3b737b 100644 --- a/source/_posts/2023-05-03-release-20235.markdown +++ b/source/_posts/2023-05-03-release-20235.markdown @@ -175,33 +175,21 @@ on the {% my hardware title="**Settings** > **Hardware**" %} page. Screenshot that show the new LED settings for the Home Assistant Yellow. -## Other noteworthy changes +## New Assist pipeline and language selectors -{% details "TODO" %} +If you are building automation or scripts Blueprints, you can now leverage +two new UI selectors for use with your Blueprints: an Assist pipeline selector +and a language selector. -- Proof read/spelling/grammar -- Last minute ones added? -- Go over list again, might have missed something +

+Screenshot showing the language selector. +The language selector let's a user choose from a list of languages. +

-To consider: +You could, for example, leverage this in a notification Blueprint to allow +setting a different language on a text-to-speed notification. -- Add reauth to frontier_silicon config flow ([@wlcrs] - [#90443]) ([frontier_silicon docs]) -- Add dimmable lights support to niko home control ([@jellenijhof12] - [#90141]) ([niko_home_control docs]) -- Add preferred wind speed unit to unit systems ([@emontnemery] - [#90504]) -- Add attachments to simplepush ([@tymm] - [#81033]) ([simplepush docs]) -- Add support for Supla garage doors ([@alh84001] - [#90593]) ([supla docs]) -- Reolink doorbell extend features ([@starkillerOG] - [#90469]) ([reolink docs]) (breaking-change) -- Add more PrusaLink sensors ([@5n8ke] - [#80424]) ([prusalink docs]) -- Add MQTT fan direction support ([@rubenbe] - [#91700]) ([mqtt docs]) -- Ensure onvif can still be unloaded if camera fails to unsubscribe ([@bdraco] - [#91887]) ([onvif docs]) -- Add guards to onvif for when the PullPoint to Webhook url changes ([@bdraco] - [#91886]) ([onvif docs]) -- Add fallback to device zone time or no timezone to onvif when setting time fails ([@bdraco] - [#91882]) ([onvif docs]) -- Improve error reporting in onvif in config flow ([@bdraco] - [#91876]) ([onvif docs]) -- Add rule parser for onvif LineDetector and CountAggregation ([@bdraco] - [#91885]) ([onvif docs]) - -To consider: - -- **Note**: Changes processed up to PR 91312 +[More information can be found in our selectors documentation](/docs/blueprint/selectors). ## Other noteworthy changes