Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (19 loc) · 847 Bytes

File metadata and controls

23 lines (19 loc) · 847 Bytes

ARCHIVED DUE TO NEW VERSION OF MEALIE COMING ANYTIME

Mealie Integration

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.

TODO

  • 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
  • ...