mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 10:17:09 +00:00
Bugfix eventstream with EOF on end (#17465)
This commit is contained in:
parent
a71cc67efb
commit
3b0db291dd
@ -141,6 +141,8 @@ class APIEventStream(HomeAssistantView):
|
|||||||
_LOGGER.debug("STREAM %s RESPONSE CLOSED", id(stop_obj))
|
_LOGGER.debug("STREAM %s RESPONSE CLOSED", id(stop_obj))
|
||||||
unsub_stream()
|
unsub_stream()
|
||||||
|
|
||||||
|
return response
|
||||||
|
|
||||||
|
|
||||||
class APIConfigView(HomeAssistantView):
|
class APIConfigView(HomeAssistantView):
|
||||||
"""View to handle Configuration requests."""
|
"""View to handle Configuration requests."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user