Skip to content

Releases: cloudbr34k84/home-assistant-pocketsmith

v0.4.5

16 Mar 13:01

Choose a tag to compare

v0.4.4

16 Mar 12:42

Choose a tag to compare

  • actual now defaults to 0 for budgeted categories with no transactions
    this month (unbudgeted categories remain None)
  • over_by defaults to 0 when not over budget (was None)
  • remaining defaults to 0 when over budget (was None)
  • percentage_used rounded to 2 decimal places
  • _fetch_monthly_transactions now returns (amounts, counts) tuple
  • transaction_count added to enriched category dict and exposed as
    a sensor attribute

Full Changelog: v0.4.3...v0.4.4

v0.4.3

15 Mar 10:02

Choose a tag to compare

Full Changelog: v0.4.2...v0.4.3

PocketSmith v0.4.2

15 Mar 09:50

Choose a tag to compare

What's Changed

  • No changes

Full Changelog: v0.4.1...v0.4.2

PocketSmith v0.4.1

15 Mar 09:32

Choose a tag to compare

What's Changed

  • No changes

Full Changelog: v0.3.0...v0.4.1

PocketSmith v0.3.0

14 Mar 21:49

Choose a tag to compare

What's Changed

  • No changes

PocketSmith v0.2.8

14 Mar 11:46

Choose a tag to compare

What's Changed

  • No changes

PocketSmith v0.2.7

14 Mar 11:43

Choose a tag to compare

What's Changed

  • No changes

PocketSmith v0.2.6

14 Mar 11:41

Choose a tag to compare

What's Changed

  • No changes

PocketSmith v0.2.4

14 Mar 11:21

Choose a tag to compare

What's Changed

Improvements

  • Improved error handling with plain English messages replacing technical error codes
  • Fixed 403 (forbidden) response incorrectly showing as connection error
  • Added handling for 429 (rate limited) and 5xx (server errors)
  • Added timeout error messages with actionable advice
  • Added insufficient permissions error message in setup flow

Full Changelog: v0.2.3...v0.2.4