Great ![]()
Yes, Google Keep syncs every 15 minutes, so keep that in mind! Enjoy!
Great ![]()
Yes, Google Keep syncs every 15 minutes, so keep that in mind! Enjoy!
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.
Spook has found a ghost in your automations ![]()
While flying around, Spook encountered the following automation:
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_itemshopping_list.complete_itemshopping_list.add_itemTo resolve this issue, edit the automation and remove the use of these non-existent services.
Spook
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! ![]()
![]()
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.


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!
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;};',
},
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 ![]()
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 ![]()
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 ![]()
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?
You need to create a template that checks if the item is in the shopping list. Then change the background color using card mod ![]()
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!