mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +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,
|
||||
state.state,
|
||||
attributes,
|
||||
state.last_changed))
|
||||
util.datetime_to_str(state.last_changed)))
|
||||
|
||||
# Change state form
|
||||
write(("<tr><td><input name='category' class='form-control' "
|
||||
|
Loading…
x
Reference in New Issue
Block a user