Releases: thecodingdad/ha-npmplus
Releases · thecodingdad/ha-npmplus
v1.0.4
v1.0.3
Bug fixes
- Close API session on connection error so next poll uses fresh DNS and TCP sockets
- Add explicit 15s request timeout (was aiohttp default 5min)
- Narrow broad except in async_authenticate to network errors only
v1.0.2
Bug Fix
- Fix integration not recovering after NPMplus restart. Previously, a stale session caused persistent 404 errors because re-authentication was only triggered on HTTP 401. Now any HTTP error triggers a re-auth + retry before failing.
v1.0.0
Initial release.