Installed via HACS, created a separate project on Google console and enabled the Fit API on it. Created my OAuth credentials and put them in secrets. Added config to sensors.yaml as shown:
- platform: google_fit
name: Google Fit
client_id: !secret gfit_client_id
client_secret: !secret gfit_client_secret
Restarted HA. Got authentication notification and completed all steps accordingly, receiving a success message at the end. Waited a bit, then went into Dev > States but I'm not seeing any sensors created. Did I miss something? I opened Fit on my phone and it's working and receiving daily data and I know I used the proper account for authentication... I must have missed something though as I don't have any sensors at all.
Installed via HACS, created a separate project on Google console and enabled the Fit API on it. Created my OAuth credentials and put them in secrets. Added config to sensors.yaml as shown:
Restarted HA. Got authentication notification and completed all steps accordingly, receiving a success message at the end. Waited a bit, then went into Dev > States but I'm not seeing any sensors created. Did I miss something? I opened Fit on my phone and it's working and receiving daily data and I know I used the proper account for authentication... I must have missed something though as I don't have any sensors at all.