mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 16:27:08 +00:00
WebInterface: last changed for statemachine now uses HA date formatting
This commit is contained in:
parent
01d81fbd65
commit
2d78e951f7
@ -350,7 +350,7 @@ class RequestHandler(BaseHTTPRequestHandler):
|
|||||||
category,
|
category,
|
||||||
state.state,
|
state.state,
|
||||||
attributes,
|
attributes,
|
||||||
state.last_changed))
|
util.datetime_to_str(state.last_changed)))
|
||||||
|
|
||||||
# Change state form
|
# Change state form
|
||||||
write(("<tr><td><input name='category' class='form-control' "
|
write(("<tr><td><input name='category' class='form-control' "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user