Bugfix eventstream with EOF on end (#17465)

pull/17472/head
Pascal Vizeli 2018-10-15 10:31:49 +02:00 committed by Paulus Schoutsen
parent a71cc67efb
commit 3b0db291dd
1 changed files with 2 additions and 0 deletions

View File

@ -141,6 +141,8 @@ class APIEventStream(HomeAssistantView):
_LOGGER.debug("STREAM %s RESPONSE CLOSED", id(stop_obj))
unsub_stream()
return response
class APIConfigView(HomeAssistantView):
"""View to handle Configuration requests."""