Skip to content

Releases: SFenton/ha-evershelf

v1.3.3

Choose a tag to compare

@SFenton SFenton released this 13 Aug 07:42

Adds atomic ingredient decisions, recipe feedback services, and default-off Cookidoo My Week planner support.

EverShelf for Home Assistant 1.3.2

Choose a tag to compare

@SFenton SFenton released this 12 Aug 20:21

Adds capability-gated recipe browse, recommendation, detail, hydration, and grocery services.

Includes idempotent EverShelf grocery mutation, deduplicated Home Assistant todo mirroring, durable replay protection, multi-instance safety, and header-only API token transport.

EverShelf for Home Assistant 1.2.16

Choose a tag to compare

@SFenton SFenton released this 31 Jul 20:43
af7b8ed

Adds the response-capable evershelf.suggest_location service and passes exact barcode-history suggestions to dashboard clients.

v1.2.13 — Taxonomy-aware inventory search

Choose a tag to compare

@SFenton SFenton released this 29 Jun 02:48

Added

  • evershelf.list_inventory now accepts q / search and returns EverShelf taxonomy-aware inventory search results.
  • Keeps the existing { inventory: [...] } service response shape for dashboard clients.

v1.2.12 — Split-safe inventory item services

Choose a tag to compare

@SFenton SFenton released this 27 Jun 02:44

Added

  • evershelf.delete_inventory_item deletes one item from a row, decrementing rows with quantity greater than 1.
  • evershelf.update_inventory_item updates one item from a row, splitting rows with quantity greater than 1 when needed.

v1.2.11 — Inventory delete service

Choose a tag to compare

@SFenton SFenton released this 27 Jun 02:10

Added

  • evershelf.delete_inventory response-capable service for deleting a specific EverShelf inventory row by inventory ID.

v1.2.10 — Shopping cart quantities

Choose a tag to compare

@SFenton SFenton released this 27 Jun 00:18

Added

  • evershelf.add_to_shopping now sends a default quantity of 1 and can increment an existing EverShelf cart row when a quantity is provided.
  • todo.evershelf_shopping_list displays quantity context returned by EverShelf for shopping-list items.

Notes

  • Requires EverShelf backend quantity support for quantity increments to take effect.

v1.2.9 — Add spice rack and cabinet locations

Choose a tag to compare

@SFenton SFenton released this 26 Jun 22:55

Added

  • Added Spice Rack and Cabinet location support for EverShelf inventory flows.

v1.2.8 — Document expiry batch inventory adds

Choose a tag to compare

@SFenton SFenton released this 26 Jun 22:55

Changed

  • Documented expiry batch inventory add workflows for Home Assistant dashboard callers.

v1.2.7 — Add inventory list service

Choose a tag to compare

@SFenton SFenton released this 26 Jun 22:55

Added

  • evershelf.list_inventory response-capable service for dashboard frontends, with current inventory rows and optional location filtering.