-
Hey everyone, has anyone experience with the current api of kitchenowl? So far I managed to get allitems via This returns json payload with all items from all shopping lists. the data does not include the specific shopping list or a state if it is needed or not. I'm trying to synchronize the todo lists from Home Assistant with the kitchenowl api. I want to be able to add items to the shopping list with the home assistant voice satellites but still use kitchenowl, because the app is far better. So if anyone can share insights about the api, I'd like to hear it. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
You can use the custom integration for home assistant, it's alpha but should work fine https://github.com/TomBursch/kitchenowl-ha The API documentation isn't great. If you can read python code you can take a look at the code, it's not too hard to understand #200 What you want is the shopping list controller that returns shopping lists with items. |
Beta Was this translation helpful? Give feedback.
-
It is awesome! However, I noticed one issue: when I add an item to the shopping list from Home Assistant, it gets added to Kitchen Owl as a new item = without category. |
Beta Was this translation helpful? Give feedback.
You can use the custom integration for home assistant, it's alpha but should work fine https://github.com/TomBursch/kitchenowl-ha
The API documentation isn't great. If you can read python code you can take a look at the code, it's not too hard to understand #200
What you want is the shopping list controller that returns shopping lists with items.