Auto categorizing/sorting shopping list Got tired of sitting in the parking lot at the store reordering my list before I walked in so just sharing a fun build I completed. Home assistant green, ESP 32 voice box. Hetzner cloud server. Claude running on Hetzner with MCP to HA (through Nabu Casa cloud) mainly because I'm too lazy at the moment to set up a real local network server. I say "add milk to the list". After a waiting period in case we add several items in a row, HA automation item added event triggers rest command to Hetzner. Call Gemini llm flash model, categorize item by section of the store "Dairy: milk" rename each item, sort the list alphabetically. Added custom action for adding to the list so voice assistant knows "add milk to the list" when "Dairy: milk" is on there already, that means a dupe and let me know. Custom action for "is milk on the list" or "what's on the list" Claude did the heavy lifting from the hetzner box.…