Hey all, I was wanting to try and create a new Integration to use the food tracking database Nutritionix is using, but while I’m learning about API’s in general right now, I don’t know where to start to create the integration to add it into Home Assistant. If anyone knows any good resources to look up I would really appreciate it.
I’m also trying to get some health statistics into my home assistant since I’ve had an idea of keeping track of that and possibly sick symptoms so that information may be easily available to bring to doctors offices or such.
I’m also trying to get some health statistics into my home assistant since I’ve had an idea of keeping track of that and possibly sick symptoms so that information may be easily available to bring to doctors offices or such.
I’m currently on a binge right now to personally integrate a few services to accomplish that very task of monitoring health and logging, And Nutritionix does have a Swagger UI with their interface that I do like, albeit a little disorganized.
There is a custom integration with MyFitnessPal, but I do agree that Nutritionix would be better (mainly because MFP’s API changed drastically and it also had a few data breaches). Especially when paired with Home Assistant, Grocy, Barcode Buddy, etc.
I’m looking into coding it in Python, since it’s essentially a REST based API. It’s still a work in progress, but at this rate, I just need to make a public github repo for this project in the future.