diff --git a/source/_posts/2023-10-04-release-202310.markdown b/source/_posts/2023-10-04-release-202310.markdown index ee3b0429633..3fc93a39a48 100644 --- a/source/_posts/2023-10-04-release-202310.markdown +++ b/source/_posts/2023-10-04-release-202310.markdown @@ -100,16 +100,13 @@ which presets you want to show/hide. [@piitaya]: https://github.com/piitaya [@Weissnix4711]: https://github.com/Weissnix4711 -## Tile card select feature +## Tile card feature select entities -But there is more goodness for the tile card this release. [@piitaya] added a select feature to the tile card, allowing you to select an option from a list of options. +But there is more goodness for the tile card. [@piitaya] also added the dropdown from above as a feature for the select entities, allowing you to select an option from a list of options. -This feature can be used for any `select` entity, but also for your dropdown helpers! (also known as `input_select` entities). +Screenshot showing the select feature for the tile card in the Home Assistant interface. -

- -Temporary screenshot that needs to be replaced. -

+This feature can be used for any select entity but also your custom dropdown helpers! (also known as `input_select` entities). ## Map entity markers options diff --git a/source/images/blog/2023-10/tile-card-select.png b/source/images/blog/2023-10/tile-card-select.png new file mode 100644 index 00000000000..767ac954ced Binary files /dev/null and b/source/images/blog/2023-10/tile-card-select.png differ