#"datetime" GUI issue - Wot No Seconds!!

1 messages · Page 1 of 1 (latest)

balmy oar
#

First I thought it was an ESPHome issue with how datetime: was coming in to HA... E.G. Device Info shows this

#

Yet "Status" shows "Seconds":

#

Now I've made a "Helper", the GUI still doesn't show "Seconds"

#

Can someone point me in the right direction to raise an "Issue" or "Feature Request" - Thnx.

umbral wigeon
#

I guess you tried someting else than 0 for the seconds?
In HTML if your Datetime string contains 0 for the seconds it will not display the seconds.

balmy oar
#

Yes, I've changed everything in States too... still nothing:

#

Obviously something needs fixing...
So, "Can someone point me in the right direction to raise an "Issue" or "Feature Request" - Thnx."

umbral wigeon
#

So i guess this "issue" is known for over 2 years now.

It simply should be like everywhere else.
If seconds is set and not 0 it should be displayed on the frontend

balmy oar
#

Trouble is that's only listed in the Community's forum. I'd like to raise an Issue/Feature Request and get it fixed.

  • Agreed: "If seconds is set and not 0 it should be displayed on the frontend" It needs to be fixed, otherwise what's the point in having it! LOL
#

So again...LOL
"Can someone point me in the right direction to raise an "Issue" or "Feature Request - Thnx."

umbral wigeon
umbral wigeon
#

Hi, changed it so the seconds are shown if they are not 0.

#

I might be able to open a pr the next days.