Improved Shopping List! + Bring! + Google Assistant + Siri

Great :smile:

Yes, Google Keep syncs every 15 minutes, so keep that in mind! Enjoy!

1 Like

I tried again and Spook gave me the following error message: I really can’t find the three services, did I forget to configure something? But the sensors are found.

Unknown services in :shopping_cart: Improved Shopping List!

Spook has found a ghost in your automations :ghost:

While flying around, Spook encountered the following automation:

:shopping_cart: Improved Shopping List! + Bring! (automation.improved_shopping_list_bring)

This automation refers to the following services that Home Assistant doesn’t recognize:

  • shopping_list.remove_item
  • shopping_list.complete_item
  • shopping_list.add_item

To resolve this issue, edit the automation and remove the use of these non-existent services.

Spook :ghost: Your homie.

Warning - 11.6.2024

Hi!

As you can see in Home Assistant documentación, they exist. Do you have shopping list integration?

Oh, it works now! I had previously activated the shopping list, but then deactivated it again when it didn’t work. Now I have seen that you wrote that you should delete all entries beforehand and the history as well, and I had overlooked that. Now it works! Thanks so much for this great blueprint! :heart_eyes::raised_hands:

1 Like

Well, it works, but I still get an error message in the log files. I have also noticed that the entries in the Google Todo are not checked off. It seems that there is an error with the synchronization.


Screenshot 2024-06-29 100909
Screenshot 2024-06-29 100855

Yes I noticed that list not deleting completed items too.

But unfortunately I’m again facing that issue with the lists not synchronising/updating. I’ve not changed anything. I can see both the automations triggering when using voice commands.

I am working on 3.0 version, so i ll review all of this!

3 Likes

same here, looks like first half of the card got error. if you delete it, then its shows you some part of the list. I’m not coder, so I dont know where is trouble.

ok, I found where is trouble

                  {
                    'type': 'custom:mushroom-template-card',
                    'entity': 'sensor.bought_items_number',
                    'secondary': name_item,
                    'multiline_secondary': 'true',
                    'picture': picture,
                    'tap_action': {
                      'action': 'none',
                     },
                    'card_mod': {
                      'style': 'ha-card { background: linear-gradient( rgba(238, 82, 79, 1), rgba(181, 42, 39, 1) ); --icon-size: 20px; --card-secondary-font-size: 12px; --secondary-text-color: #ffffff;};',
                     },

must be like this

              {
                "type": "custom:mushroom-template-card",
                "entity": "sensor.bought_items_number",
                "secondary": name_item,
                "multiline_secondary": "true",
                "picture": picture,
                "tap_action": {
                  "action": "none",
                 },
                "card_mod": {
                  "style": 'ha-card { background: linear-gradient( rgba(238, 82, 79, 1), rgba(181, 42, 39, 1) ); --icon-size: 20px; --card-secondary-font-size: 12px; --secondary-text-color: #ffffff;};',
                 },
1 Like

Hi,
first let me tell you I love this card… it took me a few days to get it installed and modified to my own wishes. Color coding, putting sensors in a separate file, Changing the pictures to jpg, adding a version to the picture to help with the caching issues I had (if someone has the same issue, I have a solution ;-)) I also changed the filename for the picture to a lower case as sometimes my daughter tend to write all lower case, sometimes not => picture all in lower case :wink:

But one thing I’m missing is a ā€œsearchā€ in the product catalog…
I read that you should be able to swipe left and than do a search, but that part is not working in my HA?
Has anyone got that to work? Or has a solution for this?
One other thing that would be ā€œa nice to haveā€. Hide the picture if there is no picture :wink:

1 Like

Thanks!

There is not yet a ā€œsearchā€ card, but i have It in mind.

Hopefully, i ll find the time to release a new version soon

Hi!

I’m trying to sync the Todo list generated by the Mealie integration to the HA shopping list using your BluePrint. I have a problem, when I uncheck an item in the Todo list instead of unchecking the item in the shopping list it generates a new item… This happens to me in both directions (if I uncheck the item in the shopping list, it generates a new item in the Todo list) How can I solve this?

I understand that all To-do lists are the same, right?

Hi!

It should be the same… anyway, in the coming days i will start working on a (more) improved version, so i’ll review this issue. Thanks!

Hi,

@TiToTB I’m having the same issue on HA 2024.10.2 and can’t seem to resolve it.
Any news on the new version?

Not yet… Sorry about that

Awesome work! Sometimes, it is impossible to dismiss items from the list, but that may be a syncing problem. Maybe that will resolve itself over time.

Is there a way to use some kind of generic icon if none of the folder icons matches? Otherwise, there are many blank icons if a product is not in the catalogue.

PS: I’ve found no way to add an item via text input, so I made a tiny script and used Lovelace text input card to do the trick :wink:

Hey, I have your shopping list synced with Bring, it works fine for me. How do I make a product from the seasonal list turn red when added to the shopping list?

1 Like

You need to create a template that checks if the item is in the shopping list. Then change the background color using card mod :blush:

Thanks for the quick reply. I’m having trouble with this and nothing is working.

In the near future i will make a new version. I take this as a feature request!

1 Like