dext0r/yandex_smart_home

Проблема с камерами на облачном подключении в HA 2024.4

dext0r opened this issue · 0 comments

File "/config/custom_components/yandex_smart_home/cloud_stream.py", line 114, in _connect
    await self._handle_request(msg.json())
  File "/config/custom_components/yandex_smart_home/cloud_stream.py", line 155, in _handle_request
    r = await view.get(web_request, self._stream.access_token, request.sequence, request.part_num)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/stream/core.py", line 384, in get
    hass = request.app[KEY_HASS]
           ~~~~~~~~~~~^^^^^^^^^^
KeyError: <AppKey(homeassistant.helpers.http.hass, type=<<Unknown>>)>
``