Skip to content

Releases: thecodingdad/ha-npmplus

v1.0.4

06 May 14:00

Choose a tag to compare

Bug fixes

  • Retry on 403 like other HTTP errors instead of failing immediately
  • Add reauth flow so HA can prompt for new credentials when auth fails

v1.0.3

28 Apr 18:26

Choose a tag to compare

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

05 Apr 05:56

Choose a tag to compare

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

02 Apr 17:22

Choose a tag to compare

Initial release.