mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 21:55:10 +02:00
committed by
Paulus Schoutsen
parent
879e32f670
commit
6776e942d7
@@ -264,7 +264,7 @@ class iOSIdentifyDeviceView(HomeAssistantView):
|
||||
# return self.json_message(humanize_error(request.json, ex),
|
||||
# HTTP_BAD_REQUEST)
|
||||
|
||||
data[ATTR_LAST_SEEN_AT] = datetime.datetime.now()
|
||||
data[ATTR_LAST_SEEN_AT] = datetime.datetime.now().isoformat()
|
||||
|
||||
name = data.get(ATTR_DEVICE_ID)
|
||||
|
||||
|
Reference in New Issue
Block a user