I have some sensor data I want display in a widget. The sensor data are dates. Currently they are displayed as yyyy-mm-ddThh-mm. I am looking for a way to display these as dd-mm-yy (no time). Is that possible? If so, how
?
Nu suggestions from the forum, so I had to try AI…
. I used Claude to explain the issue. Surprise, surprise: Claude provided a solution! For each sensor I wanted in dd-mm-yy format, I created a helper. Created a new sensor with formatted date, based on the original sensor. Works fine!