This repository contains a mealie integration for home assistant. This project is still under construction. You can set up your own mealie integration using this guide.
- Create API client
- Authorization
- Store credentials
- Add first endpoint (meal plan for this week)
- Tests
- Add Home Assistant configuration
- Hook up API client to home assistant code
- Fix names of sensors
- Figure out how to test integration
- Translations for sensor names / units
- Integration tests
- Add more endpoints / sensors
- Extract mealie code to separate api wrapper
- [Optional] switch to pydantic for models
- ...