diff --git a/source/_posts/2023-06-07-release-20236.markdown b/source/_posts/2023-06-07-release-20236.markdown index 0ad5584652f..b81a442bad6 100644 --- a/source/_posts/2023-06-07-release-20236.markdown +++ b/source/_posts/2023-06-07-release-20236.markdown @@ -147,41 +147,18 @@ that provided it. [ESPHome]: https://esphome.io -## Light entity dialog improvements, with favorite colors +## Light entity dialog improvements: favorite colors -{% details "TODO" %} +Recently we introduced new controls in the light entity dialog, and this release +iterates on the design by adding new controls and adding favorite colors! 🎨 -- Improve/extend story -- Proof read/spelling/grammar -- Replace screenshot +Screenshot showing the improved light entity dialog, with the new favorite colors. -Refs: +Each light (or light group) has its own set of colors. These colors can +be added, changed, removed, and reorganized using drag-and-drop. To enter +edit mode, select and hold one of the colors: -- Light more info enhancement (#16673) @piitaya -- Update more info light actions (#16512) @piitaya -- New color picker for HS and color temp (#16549) @piitaya -- Update default colors for more info light favorite colors (#16688) @piitaya -- Add button bar for light modes (#16683) @piitaya - -{% enddetails %} - -Recently we introduced new controls in the light entity dialog, this release -iterates on the design by adding new controls and adding favorite colors. - -

- -Temporary screenshot that needs to be replaced. -

- -The favorite colors can be added and re-organized by holding one of the colors -to enter the edit mode: - -

- -Temporary screenrecording that needs to be replaced. -

+Screen recording demonstrating editing favorite colors. ## Added to the entity dialog: last changed @@ -191,7 +168,7 @@ been added back to the new entity information dialogs. Not only that, [@piitaya] added a very nice easter egg! You can click on it to toggle between the relative and absolute format! -Screen recording demonstrating how to toggle between relative and absolute time. +
Screen recording demonstrating how to toggle between relative and absolute time.
[@piitaya]: https://github.com/piitaya diff --git a/source/images/blog/2023-06/edit-favorite-colors.gif b/source/images/blog/2023-06/edit-favorite-colors.gif new file mode 100644 index 00000000000..711355141d0 Binary files /dev/null and b/source/images/blog/2023-06/edit-favorite-colors.gif differ diff --git a/source/images/blog/2023-06/light-dialog-favorite-colors.png b/source/images/blog/2023-06/light-dialog-favorite-colors.png new file mode 100644 index 00000000000..8cc401bffa5 Binary files /dev/null and b/source/images/blog/2023-06/light-dialog-favorite-colors.png differ