Skip to content

Commit

Permalink
fix ios component config generation
Browse files Browse the repository at this point in the history
Fixes: #19020
  • Loading branch information
wrboyce committed Dec 3, 2017
1 parent 6b410d8 commit 510f4ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/ios.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def post(self, request):
# 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)

Expand Down

0 comments on commit 510f4ae

Please sign in to comment.