zigpy / bellows

A Python 3 project to implement EZSP for EmberZNet devices
GNU General Public License v3.0
179 stars 87 forks source link

Handle startup reset exception being `None` #526

Closed puddly closed 1 year ago

puddly commented 1 year ago

https://github.com/zigpy/bellows/pull/524 fails to apply when the connection is gracefully closed by the server and exc=None.

Related: https://github.com/home-assistant/core/issues/86800

MattWestb commented 1 year ago

Is it enough changing version in /usr/src/homeassistant/homeassistant/components/zha/manifest.json for getting ZHA using the updated 0.34.8 or do i need changing more places ??

puddly commented 1 year ago

That should be enough. Make sure to restart HA and it will install the new version.