Yesterday I upgraded to 2022.11.2
today I restarted homeassistant and some integrations, especially the tuya don’t come up.
Please find an excerpt from the log file
2022-11-09 22:49:29.658 ERROR (Thread-2) [tuya_iot] error while get mqtt config
2022-11-09 22:49:29.676 ERROR (Thread-2) [root] Uncaught thread exception
Traceback (most recent call last):
File "/usr/local/lib/python3.10/threading.py", line 1016, in _bootstrap_inner
self.run()
File "/usr/local/lib/python3.10/site-packages/tuya_iot/openmq.py", line 161, in run
time.sleep(self.mq_config.expire_time - 60)
AttributeError: 'NoneType' object has no attribute 'expire_time'
I have uninstalled the MQTT broker, nevertheless there are references to it in the logfile
my installation of home assistant is pretty new (2 weeks) and is running on a Raspberry 4
What could I do to resurrect my installation?