gsion1
Février 17, 2023, 3:18
1
Bonjour à tous,
J’ai tout juste installé Gladys après avoir utilisé home assistant (La config est d’ailleurs bien plus simple, surtout pour Zigbee2mqtt, merci !)
Je n’arrive pas à trouver un équivalent de l’addon « Shopping list » qui permettait de créer (une seule malheureusement) liste à cocher
Les éléments cochés ne disparaissaient pas mais vont en bas de la liste, ce qui est plutôt bien quand on achète souvent les mêmes choses. On pouvait tout de même supprimer tous les éléments cochés avec un bouton
https://www.home-assistant.io/integrations/shopping_list/
Merci
Salut @gsion1 et bienvenue dans la communauté
Ca serait une bonne idée oui ! Je laisse les gens voter.
On priorise les développements en fonction des votes, si cette demande récolte suffisamment de votes (ou si quelqu’un veut proposer une PR), ça viendra dans Gladys
VonOx
Février 18, 2023, 9:11
3
Y’a déjà une PR pour Todoist qui a l’air de correspondre au besoin
GladysAssistant:master
← callemand:tasks.todoist
opened 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 :)
![107644064-3b7eb600-6c77-11eb-8d1e-65fcc4b48089](https://user-images.githubusercontent.com/11317212/210169890-088008ce-cfe2-46c4-9072-735ff4c9ce0d.png)
![107644081-3faad380-6c77-11eb-8d7e-c72db66e48c4](https://user-images.githubusercontent.com/11317212/210169907-cd4ec763-43b5-4f71-b9f5-cefd487cfa35.png)
![107643782-e478e100-6c76-11eb-8f5a-a83e3cd26f66](https://user-images.githubusercontent.com/11317212/210169897-d6fc0fe5-e9d0-446a-9777-3e65309b98f9.png)
2 « J'aime »