steam-wishlist

A home assistant integration that monitors games on sale on your Steam wishlist.

MIT License

Stars
24

Bot releases are hidden (Show)

steam-wishlist - v2.4.1 Latest Release

Published by boralyl 2 months ago

steam-wishlist - v2.4.0

Published by boralyl 5 months ago

2.4.0

  • All sensors are now grouped and visible on the device page of the integration.

image

steam-wishlist - v2.3.0

Published by boralyl 7 months ago

  • @mkanet added support in #20 for new updates to the upcoming media card. If you use the card, see the README for updated instructions to take advantage of the new features.
steam-wishlist - v2.2.6

Published by boralyl over 1 year ago

  • Fix state check #17
steam-wishlist - v2.2.5

Published by boralyl over 1 year ago

  • Fixed price calculation due to api response change #17
steam-wishlist -

Published by boralyl over 1 year ago

  • Change deprecated call for getting entity registry in latest version of HA #16 . ( thanks @justinmbrock )
steam-wishlist - v2.2.3

Published by boralyl over 2 years ago

  • Fixed division by 0 error when free game is on wish list #15 (thanks @bmcclure)
steam-wishlist - v2.2.2

Published by boralyl over 2 years ago

  • Fixed dependency conflict in HA version 2022.3.0 that caused the integration to fail to load.
steam-wishlist - v2.2.1

Published by boralyl over 2 years ago

  • Fixed name of translation file. (Thanks @hudsonbrendon )
steam-wishlist - v2.2.0

Published by boralyl over 2 years ago

  • Added Portuguese Brazilian translation (thanks @hudsonbrendon )
steam-wishlist - v2.1.0

Published by boralyl over 2 years ago

  • 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.
steam-wishlist - v2.0.0

Published by boralyl almost 3 years ago

  • 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.
steam-wishlist - v1.3.4

Published by boralyl over 3 years ago

  • Fixed warning about title key in translations file.
  • Fixed error about missing iot_class key in the manifest.json.
steam-wishlist - v1.3.3

Published by boralyl over 3 years ago

  • Switched entities to sub-class CoordinatorEntity. This will (in some installs) prevent excessive data updates.
steam-wishlist - v1.3.2

Published by boralyl over 3 years ago

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

steam-wishlist - v1.3.1

Published by boralyl almost 4 years ago

  • Fixed a bug where large wish lists would not create sensors for every game.
steam-wishlist - v1.3.0

Published by boralyl about 4 years ago

  • Added Norwegian translation
  • Small fix to translations for deprecated key in HA 0.109
steam-wishlist - v1.2.1

Published by boralyl over 4 years ago

  • 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.
steam-wishlist - v1.2.0

Published by boralyl over 4 years ago

  • 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.
steam-wishlist - v1.1.8

Published by boralyl over 4 years ago

  • Fixed NameError introduced in v1.1.7