gsion1
February 17, 2023, 3:18pm
1
Hello everyone,
I just installed Gladys after using Home Assistant (the configuration is actually much simpler, especially for Zigbee2MQTT, thanks!)
I can’t find an equivalent of the add-on « Shopping list » which allowed creating (only one, unfortunately) a checklist
Checked items didn’t disappear but moved to the bottom of the list, which is quite handy when you often buy the same things. You could still delete all checked items with a button
https://www.home-assistant.io/integrations/shopping_list/
Thanks
Hi @gsion1 and welcome to the community
That would be a good idea, yes! I’ll let people vote.
We prioritize development based on votes; if this request gets enough votes (or if someone wants to propose a PR), it will make its way into Gladys
VonOx
February 18, 2023, 9:11am
3
There’s already a PR for Todoist that seems to meet the need
master ← callemand:tasks.todoist
ouvert 12:00PM - 01 Jan 23 UTC
### Pull Request check-list
To ensure your Pull Request can be accepted as fa… st as possible, make sure to review and check all of these items:
- [X] If your changes affects code, did your write the tests?
- [X] Are tests passing? (`npm test` on both front/server)
- [X] Is the linter passing? (`npm run eslint` on both front/server)
- [X] Did you run prettier? (`npm run prettier` on both front/server)
- [X] If you are adding a new features/services, did you run integration comparator? (`npm run compare-translations` on front)
- [X] Did you test this pull request in real life? With real devices? If this development is a big feature or a new service, we recommend that you provide a Docker image to [the community](https://community.gladysassistant.com/) for testing before merging.
- [X] If your changes modify the API (REST or Node.js), did you modify the API documentation? (Documentation is based on comments in code)
- [ ] If you are adding a new features/services which needs explanation, did you modify the user documentation? See [the GitHub repo](https://github.com/GladysAssistant/v4-website) and the [website](https://gladysassistant.com).
- [ ] Did you add fake requests data for the demo mode (`front/src/config/demo.js`) so that the demo website is working without a backend? (if needed) See [https://demo.gladysassistant.com](https://demo.gladysassistant.com).
NOTE: these things are not required to open a PR and can be done afterwards / while the PR is open.
### Description of change
I have made some adjustment from this PR : https://github.com/GladysAssistant/Gladys/pull/1073
Adding todolist box on the dashboard. for the moment it's connected to Todoist. But my goal is to connect Google Tasks and some other tools from google :)



2 Likes