Ja, das wird so unterstützt. Allerding nichts in der Karte im Dashboard, wo sie dann nach Lust und Laune die Kats verschieben kann, sondern per Konfiguration im Editor.
Sprich so wie Du die Reihenfolge dort anlegst, so wird sie auch angezeigt, sofern Du später die Sortierung nicht änderst, denn das kann man auch machen.
Verstehe danke. Ich hatte es mir schon fast gedacht, weil ich bisher noch keine Dashboard Karte sah, die so eine flexibles Verschieben ermöglicht. Über Kategorien zu ändern ist wenigstens etwas aber nicht der WAF. Dennoch, danke für Deine Arbeit.
Naja so oft ändert sich der Aufbau im Supermarkt ja auch nicht. Einmal eingestellt, sollte es für die nächsten 5 Jahre passen
Ode rich habe nur nich verstanden, was genau nicht passt.
This feature allows sending the shopping list or updates via notifications using configured notify entities in Home Assistant. Currently tested: Telegram, Email (via SMTP)
The message button lets users send the current list via the configured notify entity.
The notify entity must support HTML formatting for better readability.
SMTP notifications are handled separately via the SMTP notify platform name (notify_entity_smtp), not as a notify entity.
Notifications can be triggered automatically whenever items are added, edited, or removed.
You can choose to send either just the changed item or the entire list with each notification.
A delay timer can be configured to avoid notification flooding.
Displays a message button in Shopping List mode to send the list via email, Telegram or similar.
notify_entity
String
The notify entity used when the message button is pressed. Must support HTML formatting. SMTP is not included here.
notify_on_change
Boolean
Enables automatic notification sending when an item is added, edited, or removed from the list.
notify_on_change_all
Boolean
Sends the entire list with each notification instead of just the changed item.
notify_on_change_time
Integer (sec)
Delays sending the notification by the specified number of seconds to avoid flooding notifications during rapid changes. Use 0 to disable the delay.
notify_entity_smtp
String
Name of the SMTP notify platform (from configuration.yaml) used for sending HTML email notifications (e.g., email_notification). Only the platform name, not the full entity like notify.email_notification.
The year is coming to an end, and this is the perfect time to release v2.2.0
There have been a lot of changes between v2.1.0 and v2.2.0 — too many to list them all in these release notes.
For full details, please read through the v2.2.0 BETA release notes:
Additional Features (not mentioned in the BETA notes)
Added Category Chips
Automatically generates chips based on items assigned to a category.
Each category is displayed as a collapsible chip, as long as the category contains at least one item.
Ich lasse die Chips aus den Kategorien erstellen.
Ist es möglich, Einträge die manuell hinzugefügt und einer Kategorie hinzugefügt wurden automatisch und dauerhaft in das globale Textfile schreiben zu lassen?
Meine Frau und ich nutzen die gleiche Datenbasis (TXT File) in unterschiedlichen Dashboards.
So wäre es möglich, dass sie meine Änderung der Einkaufsliste direkt bei sich sieht.
ich finde die “Improved Shopping List Card” sehr schick.
Allerdings wird die Liste nicht automatisch aktualisiert (nur mit Seiten Reload), wenn ich von einem anderen Gerät einen Eintrag hinzufüge oder lösche.
Auf dem gleichen Dashboard, habe ich testweise die Standard Einkaufsliste mit gleichem Inhalt. Diese wird automatisch aktualisiert.
Kennt Ihr das Problem?
Kann man die automatische Aktualisierung einstellen?
Ich habe es gerade nochmal im Shoppinglist Mode mit v2.3.0-BETA-4 getestet, einmal Windows PC mit Firefox 147.0.4 (64-Bit) und einmal die HA App auf IOS. Funktioniert ohne Probleme. Das Ganze Remote aus verschiedenen Netzen.
Wenn da was nicht aktualisiert wird, dann passt was mit der WS (Websocket) Verbindung nicht. Generell scheinen Update sja zu kommen, da die originale ToDo aktualisiert.
Ist bei Dir irgendwas besonders im Netzwerk/Setup ? So dass ich einen Anhaltspunkt habe, wo ich ansetzen kann ?
Was für ein System ?
Welcher Browser ?
Ggf Adblocker (oder ähnliche Addons) aktiviert ?
Welche Version der Karte nutzt Du ?
Welcher Mode ? Shopping oder ToDo ?
Hast Du HA sicherheitshalber mal neu gestartet ? Sollte sich eigentlich nicht auf eine Karte auswirken, aber versuchen kann man es ja mal.
Keine Ahnung, ich kenne weder Bring noch die Integreation davon und vermute auch dass Bring dann ein eigenes Format mitbringt, welches auch nicht komatibel ist … in beide Richtungen.
Ich habe schon vor einiger Zeit geschrieben, dass ich die Einkaufsliste toll finde, obwohl ich noch nicht einkaufen war.
Jetzt habe ich mit meiner Frau einige Erfahrungen sammeln können. Live ist es bei uns leider nicht. Man muss manuell aktualisieren. Zb durch wechseln von Ansichten. Aber das ist nicht mein Anliegen
Wir arbeiten gerne mit den Gerichten Funktion. Wenn wir aber für eine ganze Woche einkaufen, müssen wir irgendwann überlegen, welche Gerichte wir eigentlich kochen wollten
Wäre es irgendwie möglich die Gerichte zu speichern? Vielleicht durch eine weitere ToDo Liste? Und wenn wir das Gericht gekocht haben, können wir es wegklicken.
Updated the To-do interval unit selector to work with the current Home Assistant ha-select implementation.
Replaced the old mwc-list-item based select setup with the current ha-select.options API.
Added handling for the selected event so the selected interval unit is stored correctly.
Fixed the interval unit display so the card shows translated labels such as “Hours”, “Days”, and “Months” instead of raw values like H, D, or M.
Added improved live update handling for generic Home Assistant todo.* entities, including changes that do not reliably trigger the old shopping-list update event.
New Features
Added optional item description support for To-do entities that support descriptions.
Added description fields to the add and edit dialogs.
Added sort_mode: due to sort To-do items by due date.
Added an optional To-do filter menu with show_todo_filter_menu.
Added dishes_confirm_add to optionally skip the dish selection dialog.
To-do Filtering
The new todo_filter option defines the default filter for a To-do card.
Available values:
all
Shows all items.
today
Shows all items due today. For items with a due time, both already expired and still upcoming items from today are included.
overdue
Shows only items that are already overdue. Date-only items due today are not included.
overdue_include_today
Shows overdue items and date-only items due today. This is useful for “things that should be done by today” views.
upcoming
Shows only future items. Date-only items are included starting from tomorrow; date-time items are included when their due time is still in the future.
dated
Shows all items with a due date or due date/time.
undated
Shows all items without a due date.
To-do Filter Menu
When show_todo_filter_menu: true is enabled, the card shows a filter button in the button row.
The menu allows users to:
Switch the active To-do filter directly from the card.
Temporarily change the filter without changing YAML.
Remember the selected filter per To-do list in the browser.
Reset the saved browser filter and return to the YAML/default todo_filter.
todo_filter remains the default value configured in YAML.
Due-Date Sorting
sort_mode: due sorts To-do items by due date.
Sorting behavior:
Overdue items appear first.
Future due items are sorted by date/time.
Items without a due date are shown last.
Items with the same due date are sorted alphabetically.
Dishes
Added dishes_confirm_add.
Default behavior remains unchanged:
dishes_confirm_add: true
Clicking a dish opens the selection dialog.
To add all dish items immediately without confirmation:
dishes_confirm_add: false
Visual Editor
Added visual editor options for:
sort_mode: due
todo_filter
show_todo_filter_menu
dishes_confirm_add
Compatibility
Existing sort_mode values continue to work unchanged.
Existing dish behavior remains unchanged by default.