diff --git a/source/_posts/2023-04-05-release-20234.markdown b/source/_posts/2023-04-05-release-20234.markdown index 906a745fab0..aa228e68b2f 100644 --- a/source/_posts/2023-04-05-release-20234.markdown +++ b/source/_posts/2023-04-05-release-20234.markdown @@ -57,6 +57,7 @@ Enjoy the (beta) release! - [Translating entities](#translating-entities) - [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) - [Need help? Join the community!](#need-help-join-the-community) - [Breaking Changes](#breaking-changes) - [Farewell to the following](#farewell-to-the-following) @@ -124,42 +125,26 @@ animation is shown during the process of arming and disarming the alarm. ## New features for the Tile card -{% details "TODO" %} - -- Proof read/spelling/grammar -- Replace screenshots/cips -- Improve/extend story - -* Alarm mode tile feature (#15967) @piitaya - https://github.com/home-assistant/frontend/pull/15967 -* Fan speed tile feature (#15958) @piitaya - https://github.com/home-assistant/frontend/pull/15958 - -{% enddetails %} - -The [Tile card][tile] got two new features for you to use: Fan speed & Alarm mode. +The [Tile card][tile] has two new features: Fan speed & Alarm mode. Both look and feel similar to the new entity dialogs from above, making the look -and feel, nice and consistent. Take a look, aren't they beautiful? +and feel, nice and consistent. Take a look; aren't they beautiful? -

-Temporary placeholder screenshot. Needs replacement. -Note: This is a temporary placeholder screenshot. Needs replacement. -

+Screenshots the new fan speed feature for tile cards. -The fan speed feature, will show buttons if there are 4 speeds or less, -in all other cases, it will use the slider. +Like the new fan entity dialog, the fan speed feature will show buttons if there +are 4 speeds or less; in all other cases, it will use the slider. If the fan +can only be turned on/off, like the fan in the middle in the above screenshot, +the regular tile can be used. -The alarm mode feature, allows for quickly setting your alarm in a different -state. The feature has options for you to decide which modes are shown as -buttons. +The alarm mode feature allows quickly setting your alarm in a different state. +The feature provides the option to select which modes are shown as buttons in +the card. -

-Temporary placeholder screenshot. Needs replacement. -Note: This is a temporary placeholder screenshot. Needs replacement. -

+Screenshots the new alarm mode feature for tile cards. - +Just like with the new entity dialog, the pin pad will pop up once a code entry +is needed and even the nice little animation is there. 🤩 [tile]: https://www.home-assistant.io/dashboards/tile/ diff --git a/source/images/blog/2023-04/tile-alarms.png b/source/images/blog/2023-04/tile-alarms.png new file mode 100644 index 00000000000..9b1d928cf81 Binary files /dev/null and b/source/images/blog/2023-04/tile-alarms.png differ diff --git a/source/images/blog/2023-04/tile-fans.png b/source/images/blog/2023-04/tile-fans.png new file mode 100644 index 00000000000..9d9c0026450 Binary files /dev/null and b/source/images/blog/2023-04/tile-fans.png differ