It seems we’re already utilizing some of the iOS platform integrations within HomeAssistant, however not HealthKit.
Currently the health section of components is lacking abit which is then causing us to build our own integrations - With this data already in an accessible place.
I currently have a python script running to poll for changes to my logged weight on Myfitnesspal to then return it to a sensor within Home Assistant. This is a long winded way of retrieving data I originally store in Apple Health.
Could healthkit integration be looked into?