diff --git a/source/_posts/2023-05-03-release-20235.markdown b/source/_posts/2023-05-03-release-20235.markdown index f8a969d225d..f2f919c1eea 100644 --- a/source/_posts/2023-05-03-release-20235.markdown +++ b/source/_posts/2023-05-03-release-20235.markdown @@ -124,28 +124,29 @@ a fully local option (that can be used on, for example, a Raspberry Pi 4). Piper is really amazing, it is small, sounds reasonably good and above all is fully local. [Checkout out some output examples here](https://rhasspy.github.io/piper-samples/). -## New Assist Pipeline and Language selectors +## Improved entity setting -{% details "TODO" %} +Some nice tweaks have been made to the entity settings dialog, making it +easier to use and look cleaner. -- Improve/extend story -- Proof read/spelling/grammar -- Add screenshot? -- Link to docs (missing at this point) +The entity settings dialog used to have an expandable advanced section, +which you could expand to access features like showing/hiding/disabling +entities, changing the area, etc. -{% enddetails %} +The advanced section has been removed, and all its features have been +reorganized. So, no features were lost while providing a much nicer +interface. -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 selectors. +Screenshot showing the new and improved entity settings dialog. -## Webhooks +And, since this is the year of the voice, you may notice the +**"Voice assistants"** option in the above screenshot, which will bring up: -{% details "TODO" %} +Screenshot showing the new voice assistant expose controls accessible directly from the entity settings dialog. -- Improve/extend story -- Proof read/spelling/grammar -- Replace screenshot +This allows you to quickly change the voice assistants the entity is exposed +to, including its aliases, without having to navigate back to the voice +assistants panel in the main settings screen. ## Webhooks trigger options diff --git a/source/images/blog/2023-05/entity-settings-voice-assistants.png b/source/images/blog/2023-05/entity-settings-voice-assistants.png new file mode 100644 index 00000000000..8aa6d40b2ea Binary files /dev/null and b/source/images/blog/2023-05/entity-settings-voice-assistants.png differ diff --git a/source/images/blog/2023-05/entity-settings.png b/source/images/blog/2023-05/entity-settings.png new file mode 100644 index 00000000000..8190d1a678d Binary files /dev/null and b/source/images/blog/2023-05/entity-settings.png differ