From ab3ba198e28827084109185ac64944a265b4df9a Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 1 Nov 2023 15:22:43 +0100 Subject: [PATCH] 2023.11: Finalize customizing the tile card info --- .../_posts/2023-11-01-release-202311.markdown | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/source/_posts/2023-11-01-release-202311.markdown b/source/_posts/2023-11-01-release-202311.markdown index da3b4142a11..47f4c18daf4 100644 --- a/source/_posts/2023-11-01-release-202311.markdown +++ b/source/_posts/2023-11-01-release-202311.markdown @@ -47,7 +47,7 @@ Enjoy the release! - [There is a lot to-do!](#there-is-a-lot-to-do) - [Shopping lists are now to-do's too!](#shopping-lists-are-now-to-dos-too) - [Integrations providing your to-dos](#integrations-providing-your-to-dos) -- [Custom state content for Tile cards](#custom-state-content-for-tile-cards) +- [Customize the information shown in your Tile cards](#customize-the-information-shown-in-your-tile-cards) - [Matter 1.2 is here!](#matter-12-is-here) - [Custom date ranges in the energy dashboard!](#custom-date-ranges-in-the-energy-dashboard) - [New conditions for the conditional card](#new-conditions-for-the-conditional-card) @@ -130,17 +130,20 @@ above all, provides you with the power of Home Assistant to automate on them. [Todoist]: /integrations/todoist [Google Tasks]: /integrations/google_tasks -## Custom state content for Tile cards +## Customize the information shown in your Tile cards -Tile card now display the state of the entity in the card. But what if you want -to display something else? [@piitaya] to the rescue! +Tile card now displays the entity's state information on the card. +But what if you want to display something else? [@piitaya] to the rescue! -You can now customize it to your liking. Show the state of the entity, any of its +You can now customize it to your liking. Show the entity's state, any of its attributes, or a combination of both! -Screenshot showing the configuration dialog of the tile card, which now allows you to set custom state contents. +

+ +You can add any attribute of the entity to the state content of the tile card. +

-This not only works for the climate entities, but for all entities! You could, +This not only works for the climate entities but for all entities! You could, for example, add the brightness % of a light or the battery level of a sensor. Simply add the attribute to the state content and drag and drop them in the order you want them to appear.