diff --git a/source/_posts/2023-08-02-release-20238.markdown b/source/_posts/2023-08-02-release-20238.markdown index efd8724fcb9..a7c31e7ff08 100644 --- a/source/_posts/2023-08-02-release-20238.markdown +++ b/source/_posts/2023-08-02-release-20238.markdown @@ -145,28 +145,17 @@ supporting this new entity type soon. ## Improving the first experience with Home Assistant -{% details "TODO" %} +Onboarding is a user's first experience with Home Assistant. It are the first +screens you see, and steps you take when you access Home Assistant for the +first time, setting up things like your account and language preferences. +The goal is to ensure this process is seamless, which is why we've made +improvements to the onboarding experience. -- Improve/extend story -- Proof read/spelling/grammar -- Replace screenshot +To achieve this, we have implemented a search field on the map during +onboarding. Instead of endlessly dragging the pin on the map around, +you can now easily search for your location. -Sources: - -- Use nominatim from openstreetmap for location search in onboarding (#17287) @bramkragten -- https://github.com/home-assistant/frontend/pull/17287 - -{% enddetails %} - -Onboarding is the first experience a user has with Home Assistant, and we want -to make it as smooth as possible. This release, we are improving the onboarding -experience by adding a search field to the map, so you can search for your -location instead of endless dragging the map around. - -

- -Temporary screenshot. -

+Screenshot showing you can now enter This is powered by [OpenStreetMap](https://www.openstreetmap.org/) ❤️ @@ -379,7 +368,7 @@ We welcome the following new integrations in this release: - **[Gardena Bluetooth]**, added by [@elupus]
Integrate your [Gardena Smart](https://www.gardena.com/int/products/smart/) devices using Bluetooth. - **[Opower]**, added by [@tronikos]
- Read out energy information from utilities that use [Opwer](https://www.oracle.com/industries/utilities/opower-energy-efficiency/). + Read out energy information from utilities that use [Opower](https://www.oracle.com/industries/utilities/opower-energy-efficiency/). See the virtual integrations below for which utility providers those are. - **[PEGELONLINE]**, added by [@mib1185]
Provides water level sensors from the [German Federal Waterways and Shipping Administration](https://www.pegelonline.wsv.de/). diff --git a/source/images/blog/2023-08/onboarding-openstreetmap.png b/source/images/blog/2023-08/onboarding-openstreetmap.png new file mode 100644 index 00000000000..2a964c0b0e6 Binary files /dev/null and b/source/images/blog/2023-08/onboarding-openstreetmap.png differ