✍ Wersja systemu Hugo wydana na kanale stabilnym

Miałem to samo,
wywaliłem z configuration wszystko zwiazane z miio, bo tam miałem konfiguracje odkurzacza z tokenem, potem dałem
pip install python-miio==0.5.6
i dodałem integracje xiaomi miio w integracjach skonfigurowałem tam i wszystko działa, mam zupełnie inne encje, bo pewnie wcześniej miałem stare integracje.

Ale aktualizowałem z bardzo starej wersji, więc mogłem mieć inaczej konfiguracje zrobione,
aktualizowałem z wersji 2020.12.3 z Pythonem 3.7.4, także najpierw zmieniałem na LTS.
Bardzo dużo rzeczy mi się posypało, ale krok po kroku i już wszystko śmiga.

Na ten moment mam problem taki, że jak robie restart bramki to się nie chce zrestartować, niby wyłacza ale nie chce, musze odłaczyć zasilanie i wtedy normalnie się uruchamia… moze ktoś miał coś takiego?

Powtarzające się logi po włączeniu restartu bramki:


 Traceback (most recent call last):
2|ais      |   File "/data/data/pl.sviete.dom/files/usr/lib/python3.9/asyncio/events.py", line 80, in _run
2|ais      |     self._context.run(self._callback, *self._args)
2|ais      |   File "/data/data/pl.sviete.dom/files/usr/lib/python3.9/site-packages/homeassistant/helpers/event.py", line 1195, in run_action
2|ais      |     hass.async_run_hass_job(job, utc_point_in_time)
2|ais      |   File "/data/data/pl.sviete.dom/files/usr/lib/python3.9/site-packages/homeassistant/core.py", line 432, in async_run_hass_job
2|ais      |     hassjob.target(*args)
2|ais      |   File "/data/data/pl.sviete.dom/files/usr/lib/python3.9/site-packages/homeassistant/components/time_date/sensor.py", line 155, in point_in_time_listener
2|ais      |     self.async_write_ha_state()
2|ais      |   File "/data/data/pl.sviete.dom/files/usr/lib/python3.9/site-packages/homeassistant/helpers/entity.py", line 368, in async_write_ha_state
2|ais      |     self._async_write_ha_state()
2|ais      |   File "/data/data/pl.sviete.dom/files/usr/lib/python3.9/site-packages/homeassistant/helpers/entity.py", line 494, in _async_write_ha_state
2|ais      |     self.hass.states.async_set(
2|ais      |   File "/data/data/pl.sviete.dom/files/usr/lib/python3.9/site-packages/homeassistant/core.py", line 1267, in async_set
2|ais      |     self._bus.async_fire(
2|ais      |   File "/data/data/pl.sviete.dom/files/usr/lib/python3.9/site-packages/homeassistant/core.py", line 771, in async_fire
2|ais      |     self._hass.async_add_hass_job(job, event)
2|ais      |   File "/data/data/pl.sviete.dom/files/usr/lib/python3.9/site-packages/homeassistant/core.py", line 367, in async_add_hass_job
2|ais      |     task = self.loop.run_in_executor(  # type: ignore
2|ais      |   File "/data/data/pl.sviete.dom/files/usr/lib/python3.9/asyncio/base_events.py", line 807, in run_in_executor
2|ais      |     self._check_default_executor()
2|ais      |   File "/data/data/pl.sviete.dom/files/usr/lib/python3.9/asyncio/base_events.py", line 514, in _check_default_executor
2|ais      |     raise RuntimeError('Executor shutdown has been called')
2|ais      | RuntimeError: Executor shutdown has been called