Open ildar170975 opened 4 months ago
Describe the bug According to Docs: i.e. a default time format is supposed to be used. My system format is
But a default time format seems to be using "AM/PM":
type: custom:logbook-card entity: sun.sun
Similarly, if an attribute is a timestamp:
timestamp
then it is shown in a proper system format only if no type: date option specified:
type: date
type: custom:logbook-card entity: binary_sensor.battery_charging_ipad_air_2 attributes: - value: last_seen - value: last_seen type: date label: 'type: date'
and with type: date option is is shown in "AM/PM" format.
To Reproduce see above
Expected behavior A default date/time format should be as defined in HA system settings.
Screenshots see above
Environment (please complete the following information):
Card configuration see above
Additional context Add any other context about the problem here.
It is using the fecha default date format.
Will see if I can change that.
Describe the bug According to Docs: i.e. a default time format is supposed to be used. My system format is
But a default time format seems to be using "AM/PM":
Similarly, if an attribute is a
timestamp
:then it is shown in a proper system format only if no
type: date
option specified:and with
type: date
option is is shown in "AM/PM" format.To Reproduce see above
Expected behavior A default date/time format should be as defined in HA system settings.
Screenshots see above
Environment (please complete the following information):
Card configuration see above
Additional context Add any other context about the problem here.