Skip to content

Releases: mintcreg/pantry_tracker_sensor

v1.0.4

24 Dec 12:42
83fdb04
Compare
Choose a tag to compare

Changelog

1.0.4 (2024-12-24)

Full Changelog:

Caution

YOU MUST HAVE Pantry Tracker v1.0.51 or this will result in errors

Updates:

  • Barcode Attribute added
  • Sensor attributes will now pull any additional attributes (future proofing for additional values later)
  • Added barcode_increase / barcode_decrease services (I may look into this in future but it allows you to use this service with other automations etc...)
  • Now handles ingress for Pantry Tracker v1.0.51

v1.0.4-dev

20 Dec 17:14
b412068
Compare
Choose a tag to compare
v1.0.4-dev Pre-release
Pre-release

Changelog

1.0.4-dev (2024-12-20)

Full Changelog:

Caution

YOU MUST HAVE Pantry Tracker v1.0.5 in order for this to work

Updates:

  • Changed to SSL (will require Pantry Tracker v1.0.5)
  • Additional attributes will now pull any additional attributes (future proofing for additional values later)

v1.0.3

19 Dec 13:19
3448d9f
Compare
Choose a tag to compare

Changelog

1.0.3 (2024-12-19)

Full Changelog:

Updates:

  • Changed BASE_URL to source to allow defining the addon URL & port, (defaults to 127.0.0.1:5000)
  • Changed SCAN_INTERVAL to be defined in config.yaml (defaults to 30 seconds)

No changes required, however you can now define the scan interval and future proof the app URL incase this changes.

   sensor:
     - platform: pantry_tracker
       scan_interval: 30  # (Optional) defaults to 30 if not defined
       source: http://127.0.0.1:5000 # (Optional) defaults to http://127.0.0.1:5000 if not defined

v1.0.2

16 Dec 14:05
c53d3a3
Compare
Choose a tag to compare

Changelog

1.0.2 (2024-12-16)

Full Changelog:

Updates:

  • Change to product_name for update count to ensure capitalisation doesn't affect updates

v1.0.1

15 Dec 20:27
f955587
Compare
Choose a tag to compare
Update manifest.json

v1.0.0

15 Dec 20:12
473de67
Compare
Choose a tag to compare