Skip to content

Releases: boralyl/steam-wishlist

v2.1.0

26 Jan 03:11
Compare
Choose a tag to compare
  • Added 3 new attributes for each game on your wishlist that can be used in automations or in a lovelace card.
    • review_desc - The review description, e.g. Mostly positive
    • reviews_percent - The percentage of positive reviews for the game.
    • reviews_total - The total number of reviews.

v2.0.0

08 Jan 22:00
Compare
Choose a tag to compare
  • Added ability to add more than one steam wishlist profile.
  • Added device configuration url to open your wishlist from the device integration page.
  • Fixed deprecated device_state_attributes property.

Backwards Incompatible Changes

  • The name of the wishlist sensor has changed to support multiple wishlists. The name used to be sensor.steam_wishlist and it will now have the profile id appended to the end of the name, e.g. sensor.steam_wishlist_98034902349083. You can find the name of the sensor on the device page for the integration by clicking on the Wishlist sensor.

v1.3.4

29 Apr 03:08
Compare
Choose a tag to compare
  • Fixed warning about title key in translations file.
  • Fixed error about missing iot_class key in the manifest.json.

v1.3.3

17 Apr 18:16
Compare
Choose a tag to compare
  • Switched entities to sub-class CoordinatorEntity. This will (in some installs) prevent excessive data updates.

v1.3.2

09 Mar 23:39
56ce1f5
Compare
Choose a tag to compare

Adds version key to manifest.json required by newer versions of HA.

v1.3.1

17 Nov 05:04
Compare
Choose a tag to compare
  • Fixed a bug where large wish lists would not create sensors for every game.

v1.3.0

03 Oct 18:13
Compare
Choose a tag to compare
  • Added Norwegian translation
  • Small fix to translations for deprecated key in HA 0.109

v1.2.1

31 May 01:22
Compare
Choose a tag to compare
  • Added ability to manually update the sensor.steam_wishlist entity and any of the binary_sensors using the homeassistant.update_entity service.
  • Fixed the discount price rounding to only show 2 decimal places instead of 15.

v1.2.0

27 May 02:34
Compare
Choose a tag to compare
  • Added option to specify your steam profile id instead of your steam account name during setup of the integration.
  • Improved error messages when something goes wrong during setup.
  • Fixed some typos in the translations.
  • Fixed documentation URL.
  • Fixed unclosed session warning.

v1.1.8

23 May 19:32
02df468
Compare
Choose a tag to compare
  • Fixed NameError introduced in v1.1.7