diff --git a/README.md b/README.md index 2c1174a..9acf479 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ This integration interfaces with the [Google Fit REST API][rest-api] to provide Google Fit data within Home Assistant. +![Example](/res/example.png) + **This integration will set up the following platforms.** Platform | Name |Description @@ -68,7 +70,24 @@ Instead, follow the instruction in the Official home Assistant Docs for [Google ## Configuration is done in the UI - +Just go to Integrations->Add Integration and follow the steps. +If you have set the app you created in the Credentials configuration to publish +(which you should've done to avoid re-authentication problems) then you +will probably see a warning step asking if you want to proceed. + +You can hit "Advanced", then "Proceed" as *you* are the 'developer' of the app, +as you created the app and credentials in your own account. + +### Configuration Example Screenshots + +![Add Integration](/res/add.png) +![Add Credentials](/res/add_credentials.png) +![Choose Google Account](/res/choose_account.png) +![Unverified Warning](/res/warning.png) +![Access Request with Scopes](/res/wants_access.png) +![Link Account](/res/link_account.png) +![Finished](/res/success.png) + ## Contributions are welcome! diff --git a/res/add.png b/res/add.png new file mode 100644 index 0000000..250b310 Binary files /dev/null and b/res/add.png differ diff --git a/res/add_credentials.png b/res/add_credentials.png new file mode 100644 index 0000000..381bc1f Binary files /dev/null and b/res/add_credentials.png differ diff --git a/res/choose_account.png b/res/choose_account.png new file mode 100644 index 0000000..45dda09 Binary files /dev/null and b/res/choose_account.png differ diff --git a/res/example.png b/res/example.png new file mode 100644 index 0000000..1c3d1cd Binary files /dev/null and b/res/example.png differ diff --git a/res/link_account.png b/res/link_account.png new file mode 100644 index 0000000..01179d1 Binary files /dev/null and b/res/link_account.png differ diff --git a/res/success.png b/res/success.png new file mode 100644 index 0000000..23025e6 Binary files /dev/null and b/res/success.png differ diff --git a/res/wants_access.png b/res/wants_access.png new file mode 100644 index 0000000..0e35607 Binary files /dev/null and b/res/wants_access.png differ diff --git a/res/warning.png b/res/warning.png new file mode 100644 index 0000000..b85197b Binary files /dev/null and b/res/warning.png differ