Hi,
I would like to display my washing machines completion tom with only the time and also would like to display the remaining time.
I use:
label: |
[[[
var bri = states['sensor.wasmachine_washer_completion_time'].state;
return bri;
]]]
The result is 2023-01-03T20:14:03+00:00.
But i wouldl like this without the date and +00:00, also remaining would be nice.
Anybody cares to help me out?
THNX… Henk