Skip to content

Releases: custom-components/sensor.nintendo_wishlist

v3.1.1

28 May 03:47
Compare
Choose a tag to compare
  • Added ability to manually update entities created using homeassistant.update_entity.
  • Fixed issue where component only updated data when homeassistant was restarted.

v3.1.0

27 May 15:30
Compare
Choose a tag to compare
  • Adds scan_interval as a configuration option.
  • Changes default scan interval from 10 minutes to 1 hour.
  • Fixed link to releases from badge in README and HACS.
  • Fixed link to migration guide in HACS.
  • Fixed deprecation warning in HA. Thanks @Knapoc for the PR.

v3.0.3

14 Apr 15:34
0b2349b
Compare
Choose a tag to compare

This is a bugfix release.

  • Set minimum required homeassistant version to v0.106.0. This is to allow usage of the DataUpdateCoordinator.

v3.0.2

14 Apr 01:17
Compare
Choose a tag to compare

This is a bugfix release.

  • Fixed a missing import.

v3.0.1

13 Apr 23:03
Compare
Choose a tag to compare

This is a bugfix release.

  • Fixed issue with not fetching all games on sale for EU countries (was only fetching the first 500)

v3.0.0

11 Apr 19:27
Compare
Choose a tag to compare

This release contains breaking changes. See the migration guide if you are upgrading from an old version.

  • Complete rewrite to make fetching data more efficient.
  • Each game on your wishlist will now become a binary_sensor.
  • Configuration is now done via a top level configuration instead of a platform. Read the migration guide for more information.

No changes are required if you were previously using the Nintendo Wishlist Custom Card, it will continue to work as normal.

v2.2.0

24 Dec 19:44
Compare
Choose a tag to compare
  • Updated to parse all games on sale. Previously it was only looking at the first 350 results so it's possible it would miss finding a game on your wish list.