Skip to content

Releases: birdwing/ynab

v0.6.1

17 Mar 13:17
c5a2272

Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0

27 Jan 18:49
987f169

Choose a tag to compare

What's Changed

  • Changes to coordinator flow to keep in line with Home Assistant changes.

Bug Fixes

  • Fixes bug where all entities would become unavailable.
  • Fixes error about ConfigEntryError in forwarded platform sensor.

Full Changelog: v0.5.1...v0.6.0

v0.5.1

12 Jun 17:15
78ed86e

Choose a tag to compare

What's Changed

  • Home Assistant removed the async_forward_entry_setup method. So switched to the new async_forward_entry_setups method instead.

Full Changelog: v0.5.0...v0.5.1

v0.5.0

28 Jan 19:58

Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.5.0

v0.4.1

06 Jan 20:33
4a5c351

Choose a tag to compare

Bug Fixes

  • Update sensors to use enumeration for State Class since the constant STATE_CLASS_TOTAL was removed.

Full Changelog: v0.4.0...v0.4.1

v0.4.0

24 Aug 03:34
a527c08

Choose a tag to compare

🚨Breaking Change 🚨

Version 0.4.0 and onward now sets budgets up as individual "devices", with each account and category selected becoming it's own sensor.
If you were previously using template sensors in order to create sensors for individual categories, this will break those template sensors.
Any automations, templates or cards pulling category data from the old single sensor attributes will break!
It is the hope that these individual sensors will make maintaining your YNAB data easier.

What's Changed

  • Switch API to use a Data coordinatory by @birdwing
  • Split entity into multiple sensors by @birdwing
    • Budget sensor: for storing budget "device" data
    • Balance sensor - split into 2 child sensors
      • Account sensor: for storing account data
      • Category Sensor: for storing category data
  • Switch to using ID's instead of names for selecting categories and accounts by @birdwing
  • Separate Icons for different sensors by @birdwing
  • Update Readme to reflect changes, and remove old YAML configuration instructions

Full Changelog: v0.3.1...v0.4.0

v0.4.0-beta.1

24 Aug 02:43

Choose a tag to compare

v0.4.0-beta.1 Pre-release
Pre-release

🚨Breaking Change 🚨

Version 0.4.0 and onward now sets budgets up as individual "devices", with each account and category selected becoming it's own sensor.
If you were previously using template sensors in order to create sensors for individual categories, this will break those template sensors.
Any automations, templates or cards pulling category data from the old single sensor attributes will break!
It is the hope that these individual sensors will make maintaining your YNAB data easier.

What's Changed

  • Switch to using ID's instead of names for selecting categories and accounts by @birdwing
  • Separate Icons for different sensors by @birdwing

Full Changelog: v0.4.0-beta...v0.4.0-beta.1

v0.4.0-beta

24 Aug 02:22

Choose a tag to compare

v0.4.0-beta Pre-release
Pre-release

🚨Breaking Change 🚨

Version 0.4.0 and onward now sets budgets up as individual "devices", with each account and category selected becoming it's own sensor.
If you were previously using template sensors in order to create sensors for individual categories, this will break those template sensors.
Any automations, templates or cards pulling category data from the old single sensor attributes will break!
It is the hope that these individual sensors will make maintaining your YNAB data easier.

What's Changed

  • Switch API to use a Data coordinatory by @birdwing
  • Split entity into multiple sensors
    • Budget sensor: for storing budget "device" data
    • Balance sensor - split into 2 child sensors
      • Account sensor: for storing account data
      • Category Sensor: for storing category data

Full Changelog: v0.3.1...v0.4.0-beta

v0.3.1

24 Aug 00:30
63d0870

Choose a tag to compare

What's Changed

  • Standardize attribute names using HA's provided slugify util - Thanks @eabruzzese
  • Set currency type by iso code instead of symbol by @birdwing

v0.3.0

28 Jun 18:03

Choose a tag to compare

What's Changed

  • Update YNAB with Base integration by @birdwing in #1
  • Add Config flow from tomreay's ynab fork by @birdwing in #2

Full Changelog: v0.1.11...v0.3.0