mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 05:05:09 +02:00
WebInterface: last changed for statemachine now uses HA date formatting
This commit is contained in:
@@ -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' "
|
||||||
|
Reference in New Issue
Block a user