Releases: firstof9/lovelace-grocy-meal-plan-card
Releases · firstof9/lovelace-grocy-meal-plan-card
1.1.2
1.1.1
1.1.0
What's Changed
- Improved recipe description handling by @Firewolf1337 in #30
Full Changelog: 1.0.5...1.1.0
1.0.5
What's Changed
- Showing information depending on the type of the meal by @Firewolf1337 in #29
New Contributors
- @Firewolf1337 made their first contribution in #29
Full Changelog: 1.0.4...1.0.5
1.0.4
✨ New Features ✨
- feat: add section filters by @firstof9 in #22
- feat: add custom_translation like grocy-chores-card by @firstof9 in #23
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
⚠️ 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
⚠️ 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
1.0.2
1.0.1
✨ 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 |