mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 13:56:53 +00:00
Change template to use the day (#19440)
This commit is contained in:
parent
1be725f8a9
commit
0b693f92e7
@ -66,7 +66,7 @@ sensor:
|
|||||||
sensors:
|
sensors:
|
||||||
time_formatted:
|
time_formatted:
|
||||||
friendly_name: "Date and time"
|
friendly_name: "Date and time"
|
||||||
value_template: "{{ as_timestamp(states('sensor.date_time_iso')) | timestamp_custom('%A %B %-m, %I:%M %p') }}"
|
value_template: "{{ as_timestamp(states('sensor.date_time_iso')) | timestamp_custom('%A %B %-d, %I:%M %p') }}"
|
||||||
icon_template: mdi:calendar-clock
|
icon_template: mdi:calendar-clock
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user