Skip to content

Releases: firstof9/lovelace-grocy-meal-plan-card

1.1.2

22 Jun 14:00
5af2297
Compare
Choose a tag to compare

What's Changed

  • fix: fix issue with count and sections by @firstof9 in #35

Full Changelog: 1.1.1...1.1.2

1.1.1

09 Jun 15:24
291d7d4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...1.1.1

1.1.0

09 Jun 13:57
a9f90fa
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.5...1.1.0

1.0.5

01 Jun 19:51
37a8243
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.4...1.0.5

1.0.4

13 Sep 22:45
21afcfe
Compare
Choose a tag to compare

✨ New Features ✨

Options

Name Type Default Description
entity string Required entity id of meal sensor: ie: sensor.grocy_meal_plan
count integer 5 Amount of meals to display at once
daily boolean false Show the current day's plan(s)
section string none Filter plans by Grocy section
custom_translation string-list Optional List of translations of string values used in the card (see below).

Advanced options

It is possible to translate the following English strings in the card to whatever you like.

custom_translation:
  No meal plans found: "Keine Speisepläne gefunden"

Full Changelog: 1.0.3...1.0.4

1.0.4-b2

23 Aug 01:08
Compare
Choose a tag to compare
1.0.4-b2 Pre-release
Pre-release

⚠️ Beta version ⚠️

🐞 Bug Fix 🐞

Fix "today" date being incorrect when using the daily filter.

Options

Name Type Default Description
entity string Required entity id of meal sensor: ie: sensor.grocy_meal_plan
count integer 5 Amount of meals to display at once
daily boolean false Show the current day's plan(s)
section string none Filter plans by Grocy section

Feedback welcome!

1.0.4-b1

22 Aug 18:08
Compare
Choose a tag to compare
1.0.4-b1 Pre-release
Pre-release

⚠️ Beta version ⚠️

✨ New Features ✨

Add section filtering

Options

Name Type Default Description
entity string Required entity id of meal sensor: ie: sensor.grocy_meal_plan
count integer 5 Amount of meals to display at once
daily boolean false Show the current day's plan(s)
section string none Filter plans by Grocy section

Feedback welcome!

1.0.3

22 Aug 17:25
2915681
Compare
Choose a tag to compare

✨ New Features ✨

Add daily option to card to show the current day's meal plan(s).

1.0.2

11 Aug 15:44
f89dea1
Compare
Choose a tag to compare

✨ New Features ✨

Adds 'section' to the displayed meal.

image

1.0.1

13 Apr 16:46
Compare
Choose a tag to compare

✨ New Features ✨

  • Added count option to limit the display count. Defaults to 5.

Example:

  - type: custom:grocy-meal-plan-card
    entity: sensor.grocy_meal_plan
    count: 2
Name Type Default Description
entity string Required entity id of meal sensor: ie: sensor.grocy_meal_plan
count integer 5 Amount of meals to display at once