No problems until I updated from 113 to 113.1, and then I lost my Konnected devices. I deleted the integration, tried to add it back, and I get this:
Translation Error: The intl string context variable “host” was not provided to the string “Unable to connect to a Konnected Panel at {host}:{port}”
I too have had issues with a local custom component after upgrading to 113.1 (there were no issues with 113). Log records these errors:
Traceback (most recent call last):
File “/config/custom_components/localtuya/switch.py”, line 139, in __get_status
status = self._device.status()
File “/config/custom_components/localtuya/pytuya/init.py”, line 320, in status
data = self._send_receive(payload)
File “/config/custom_components/localtuya/pytuya/init.py”, line 194, in _send_receive
raise e
File “/config/custom_components/localtuya/pytuya/init.py”, line 191, in _send_receive
s.connect((self.address, self.port))
OSError: [Errno 113] Host is unreachable
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/helpers/entity_platform.py”, line 179, in _async_setup_platform
await asyncio.wait_for(asyncio.shield(task), SLOW_SETUP_MAX_WAIT)
File “/usr/local/lib/python3.8/asyncio/tasks.py”, line 483, in wait_for
return fut.result()
File “/usr/local/lib/python3.8/concurrent/futures/thread.py”, line 57, in run
result = self.fn(*self.args, **self.kwargs)
File “/config/custom_components/localtuya/switch.py”, line 110, in setup_platform
TuyaDevice(
File “/config/custom_components/localtuya/switch.py”, line 189, in init
self._status = self._device.status()
File “/config/custom_components/localtuya/switch.py”, line 170, in status
self._cached_status = self.__get_status()
File “/config/custom_components/localtuya/switch.py”, line 147, in __get_status
raise ConnectionError(“Failed to update status .”)
ConnectionError: Failed to update status .
I was able to re-add the integration back today, without difficulty, and with no obvious changes to anything. “Problem” “solved.”