Releases: mintcreg/pantry_tracker_sensor
Releases · mintcreg/pantry_tracker_sensor
v1.0.4
Changelog
1.0.4 (2024-12-24)
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
Changelog
1.0.4-dev (2024-12-20)
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
Changelog
1.0.3 (2024-12-19)
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