First of all thank you for this convenient plugin!
I found a cosmetic issue: some sensors are recognized as standard time. You can choose the display unit and precision in HA
Some sensors are just raw strings.
It would be ideal if all date/time related entries are parsed to datetime object (https://www.home-assistant.io/template-functions/strptime/). So I can choose to display 11:37 AM instead of 2026-06-17 11:37:08

First of all thank you for this convenient plugin!
I found a cosmetic issue: some sensors are recognized as standard time. You can choose the display unit and precision in HA
Some sensors are just raw strings.
It would be ideal if all date/time related entries are parsed to datetime object (https://www.home-assistant.io/template-functions/strptime/). So I can choose to display
11:37 AMinstead of2026-06-17 11:37:08