I have an mqtt sensor that has a topic “rtl_433/SCAN/devices/Fineoffset-WN34/10809/time” with a value of that looks like “2023-08-21T04:49:00”.
I have a mqtt sensor in my configuration.yaml that has a device_class: “timestamp” and state_topic: “rtl_433/SCAN/devices/Fineoffset-WN34/10809/time”, but, when i look at the sensor value in the UI, its “Unknown”.
That is an iso standard compliant datetime string.
How do get it to appear as a date&time, and be able to date&time type things with it?