Skip to content

Releases: mxkissnr/glp-integration

v1.14.1

19 Jun 07:03

Choose a tag to compare

Added

  • GET /api/glp/orders proxy (list orders) so the GLP Lovelace card can list & manage orders (barista actions); query string forwarded

v1.14.0

19 Jun 06:47

Choose a tag to compare

Added

  • recent_shots[] now include grinder and grind (grind setting) so the card can show your last grind setup

v1.13.1

17 Jun 20:31

Choose a tag to compare

Changed

  • Shot score is now read from the app (single source of truth) instead of being re-implemented in Python — no more duplicated scoring logic. Requires GLP App v1.83.0+ for the score.

v1.13.0

17 Jun 20:19

Choose a tag to compare

Added

  • recent_shots[].score (0–100) — port of the app's shot score (pressure, temp stability, duration, ratio, channeling); lets the card show the shot score (closes #36)

v1.12.0

17 Jun 20:10

Choose a tag to compare

Added

  • recent_shots[].dp now includes a downsampled flow curve (f) so the GLP Lovelace card can draw an app-style chart with a flow line (closes #35)

v1.11.0

17 Jun 19:54

Choose a tag to compare

Added

  • New service gaggiuino_profiler.maintenance_done (field task) to mark a maintenance task completed from the dashboard (closes #34)
  • Grinder maintenance details now include the grinder_<id> task id

v1.10.7

17 Jun 18:56

Choose a tag to compare

Changed

  • Use Home Assistant "app" terminology instead of "add-on" in config-flow UI strings and docs

Closes #33

v1.10.6

17 Jun 18:25

Choose a tag to compare

Added

  • In-repo brand assets so the HACS validation brands check passes (8/8) before listing in home-assistant/brands

Closes #32

v1.10.5

17 Jun 18:22

Choose a tag to compare

Fixed

  • hassfest validation errors blocking HACS default submission: http added to manifest dependencies; example URLs removed from config-flow translations

Closes #31

v1.10.4

17 Jun 18:19

Choose a tag to compare

Added

  • HACS validation workflow running hacs/action (category: integration) + Home Assistant hassfest — required for HACS default submission
  • Validation status badge in README

Changed

  • manifest.json reordered to hassfest convention; integration_type: hub added

Closes #30