diff --git a/source/_posts/2023-08-02-release-20238.markdown b/source/_posts/2023-08-02-release-20238.markdown index 8e4b99fe0f6..d07797af48f 100644 --- a/source/_posts/2023-08-02-release-20238.markdown +++ b/source/_posts/2023-08-02-release-20238.markdown @@ -17,12 +17,12 @@ og_image: /images/blog/2023-08/social.png Home Assistant Core 2023.8! 🎉 -Another month, another fine release of Home Assistant! his release is a bit more +Another month, another fine release of Home Assistant! This release is a bit more conservative after two absolutely packed releases in [June](/blog/2023/06/30/release-20236/) and [July](/blog/2023/06/07/release-20236/). Many of us are enjoying summer holidays 🏖️. Pretty much all features in this release are absolutely amazing, and it is hard -to pick a favorite. Great translations improvements that help with the user +to pick a favorite. Great translation improvements that help with the user experience, a new entity to capture events from things like remotes, and the new Assist features are, again, mind-blowing! @@ -67,7 +67,7 @@ Don't forget to [join our release party live stream on YouTube](https://www.yout All services in Home Assistant are now translatable! 🌎 Services are the actions you can call, like turning on a light. This was one of -the bigger parts of Home Assistant that still was only available in English +the bigger parts of Home Assistant that still was only available in English. Odd, as the Home Assistant interface can be used in 60+ languages! In this release, translations for these services have been added to drastically @@ -137,7 +137,7 @@ supporting this new entity type soon. ## Improving the first experience with Home Assistant -Onboarding is a user's first experience with Home Assistant. It are the first +Onboarding is a user's first experience with Home Assistant. The onboarding screens 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 @@ -185,7 +185,7 @@ integration on your instance, and you will get a new service: Call this service describing the image you'd like the AI to generate, and it will respond with an image URL you can use in your automations. -Screenshot showing the new generate image service with DALL-E from OpenAI, asking to generate an image of an astronout riding an unicorn. +Screenshot showing the new generate image service with DALL-E from OpenAI, asking to generate an image of an astronaut riding a unicorn. You could, for example, use this to generate an image of a city that matches the weather conditions outside of your home, let the AI generate an image @@ -226,7 +226,7 @@ These wildcards are interesting and open up a lot of possibilities! Home Assistant generate an image and show it on his Chrome Cast-enabled device just by using his voice! 😎 You could ask it: -> Show me a picture of an astronaut riding an unicorn! +> Show me a picture of an astronaut riding a unicorn! He put this together in an automation blueprint, which you can use to do the same thing in your own Home Assistant instance: @@ -235,7 +235,7 @@ same thing in your own Home Assistant instance: Provide the sentence you like to trigger on and the media player you want to show the image at, and you're good to go! You can import his blueprint using -the My Home Assitant button below: +the My Home Assistant button below: {% my blueprint_import badge blueprint_url="https://www.home-assistant.io/blueprints/blog/2023-08/cast_dall_e.yaml" %}