-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Input_datetime formatted in 12H AM/PM, possible to have it formatted in 24H? #189
Comments
This card uses custom-card-helpers for formatting time values, Edit: Seems they have added support, but not released the changes yet. Should hopefully be available soonish. |
Should (in theory) be fixed in version |
Unfortunately, values between 00:00 & 00:59 are displayed wrong:
Found my old closed issue: |
Currently using exactly the same function as HA uses for displaying datetime values. So not sure how to fix that :/ |
There is a frontend issue: iPad - shows correct time "00:59" |
First of all this is a great addition to the entities card and is so much more powerful and useful, so thanks for the hard work and releasing it to the community!!
I’m having a slight issue with formatting when using this card when using the helpers input_datetime.
When I add the datetime helpers to the card it shows the datetime in 12H AM / PM format. I would like it to be displayed as HH:mm, in 24 hour format.
Here’s the code I’m using with a screenshot of what it displays, and thanks in advance for any help.
PS, I don't think I can use a senor template and format it because I am using this card to also act as the input, when the user clicks on the field a window pops up which allows you to set the temperature.
The text was updated successfully, but these errors were encountered: