pygrocy
pygrocy copied to clipboard
Response from /chores does include the chores name as `chore_name` and should be included in the `_init_from_CurrentChoreResponse` of the Chore class.
I made the below changes to make available the location_id into the product data model: file: pygrocy\data_models\product.py I don't know which brench to use for creating a pull request. Can...
Travis CI leads to issues with billing every know and then, migrating the complete CI to github actions could solve this and unify CI.
## Description I needed to be able to determine whether or not the item was checked off in Grocy. Thus I mapped the 'done' attribute over from the raw shopping...
trying to add product and i get this error: `pygrocy.errors.grocy_error.GrocyError: ` code: `from pygrocy import Grocy grocy = Grocy("http://xxx.xxx.xxx.xxx", "x8E9FEIxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx9afb1G4ufFa", port = 9192) #for entry in grocy.stock(): #print("{} in stock...
Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. Release notes Sourced from pydantic's releases. v2.4.0 2023-09-25 What's Changed Packaging Update pydantic-core to 2.10.0 by @samuelcolvin in #7542 New...
Feature request for adding support for rescheduling chore. Link to Reddit post with details: https://reddit.com/r/grocy/s/LawHSOtxlv
Updates the requirements on [responses](https://github.com/getsentry/responses) to permit the latest version. Release notes Sourced from responses's releases. 0.23.3 Allow urllib3>=1.25.10 Changelog Sourced from responses's changelog. 0.23.3 Allow urllib3>=1.25.10 0.23.2 This release...
The add_product method of the grocy class doesn't allow for setting the location id. It looks like it's undocumented but the /stock/products/{productId}/add API method does take it: { "amount": 1,...