I am running my HA on a windows 10 machine in virtual box. Everything was great until windows put through an update then all of a sudden my ZHA stopped working. I did the drivers that are suggested to no avail then when I uninstalled the device and replugged it in I went for it and launched HA I was able to find the device in my hardware tab and all shows there properly. It is a husbzb1. I changed the path in core.config but I am getting this in the logs. Any help would be greatly appreciated I have a very upset fiance who is about to say toss out the whole smart home. We are on day 4 of no light control.
Logger: homeassistant.components.zha.core.gateway
Source: components/zha/core/gateway.py:152
Integration: Zigbee Home Automation ([documentation](https://www.home-assistant.io/integrations/zha), [issues](https://github.com/home-assistant/home-assistant/issues?q=is%3Aissue+is%3Aopen+label%3A%22integration%3A+zha%22))
First occurred: 2:14:07 AM (2 occurrences)
Last logged: 2:14:15 AM
Couldn't start EZSP = Silicon Labs EmberZNet protocol: Elelabs, HUSBZB-1, Telegesis coordinator
Traceback (most recent call last): File "/usr/local/lib/python3.9/asyncio/tasks.py", line 492, in wait_for fut.result() asyncio.exceptions.CancelledError The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/zha/core/gateway.py", line 152, in async_initialize self.application_controller = await app_controller_cls.new( File "/usr/local/lib/python3.9/site-packages/zigpy/application.py", line 69, in new await app.startup(auto_form) File "/usr/local/lib/python3.9/site-packages/bellows/zigbee/application.py", line 124, in startup self._ezsp = await bellows.ezsp.EZSP.initialize(self.config) File "/usr/local/lib/python3.9/site-packages/bellows/ezsp/__init__.py", line 83, in initialize await ezsp.reset() File "/usr/local/lib/python3.9/site-packages/bellows/ezsp/__init__.py", line 98, in reset await self._gw.reset() File "/usr/local/lib/python3.9/site-packages/bellows/uart.py", line 223, in reset return await asyncio.wait_for(self._reset_future, timeout=RESET_TIMEOUT) File "/usr/local/lib/python3.9/asyncio/tasks.py", line 494, in wait_for raise exceptions.TimeoutError() from exc asyncio.exceptions.TimeoutError