Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add notes about the Google Assistant integration being broken #8076

Merged
merged 19 commits into from
Dec 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
5fa81e7
Merge pull request #3 from nightscout/master
inventor96 Oct 16, 2019
66a758b
Merge branch 'master' of github.com:inventor96/cgm-remote-monitor
inventor96 Dec 17, 2019
7e96d9d
Merge branch 'master' of github.com:inventor96/cgm-remote-monitor
inventor96 Dec 18, 2019
538fcdd
Merge pull request #12 from nightscout/master
inventor96 Sep 15, 2020
4d61845
Merge pull request #13 from nightscout/master
inventor96 Sep 16, 2020
e3ff4ee
Merge pull request #14 from nightscout/master
inventor96 Sep 16, 2020
a69379b
Merge pull request #17 from nightscout/master
inventor96 Sep 23, 2020
6544a40
Merge pull request #18 from nightscout/master
inventor96 Sep 28, 2020
86b35c2
Merge pull request #20 from nightscout/master
inventor96 Sep 30, 2020
e004d03
Merge pull request #21 from nightscout/master
inventor96 Oct 5, 2020
ffea59c
Merge branch 'master' of github.com:inventor96/cgm-remote-monitor
inventor96 Nov 16, 2020
fe9e512
Merge branch 'master' of github.com:inventor96/cgm-remote-monitor
inventor96 Jan 21, 2021
db0646a
Merge pull request #23 from nightscout/master
inventor96 Feb 22, 2021
2320cf3
Merge pull request #24 from nightscout/master
inventor96 Mar 21, 2021
fcd7f3b
Merge branch 'nightscout:master' into master
inventor96 Aug 16, 2023
61477b9
Added notes about the Google Assistant integration being broken
inventor96 Aug 16, 2023
a0647e2
Merge branch 'dev' into google-asst-broken
bewest Nov 29, 2024
5985152
Merge branch 'dev' into google-asst-broken
bewest Nov 29, 2024
7114f63
Merge branch 'dev' into google-asst-broken
bewest Dec 16, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ See [CONTRIBUTING.md](CONTRIBUTING.md)
- [`override` (Override Mode)](#override-override-mode)
- [`xdripjs` (xDrip-js)](#xdripjs-xdrip-js)
- [`alexa` (Amazon Alexa)](#alexa-amazon-alexa)
- [`googlehome` (Google Home/DialogFLow)](#googlehome-google-homedialogflow)
- [`googlehome` (Google Home/DialogFLow)](#googlehome-google-homedialogflow) [broken]
- [`speech` (Speech)](#speech-speech)
- [`cors` (CORS)](#cors-cors)
- [Extended Settings](#extended-settings)
Expand Down Expand Up @@ -666,9 +666,11 @@ For remote overrides, the following extended settings must be configured:
##### `alexa` (Amazon Alexa)
Integration with Amazon Alexa, [detailed setup instructions](docs/plugins/alexa-plugin.md)

##### `googlehome` (Google Home/DialogFLow)
##### `googlehome` (Google Home/DialogFLow) [broken]
Integration with Google Home (via DialogFlow), [detailed setup instructions](docs/plugins/googlehome-plugin.md)

Unfortunately this integration broke when [Google discontinued conversational actions](https://developers.google.com/assistant/ca-sunset). We'll keep this here for reference, in case it can be revived at some point in the future.

##### `speech` (Speech)
Speech synthesis plugin. When enabled, speaks out the blood glucose values, IOB and alarms. Note you have to set the LANGUAGE setting on the server to get all translated alarms.

Expand Down
3 changes: 3 additions & 0 deletions docs/plugins/googlehome-plugin.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# The Google Assistant integration is broken!
Unfortunately this integration broke when [Google discontinued conversational actions](https://developers.google.com/assistant/ca-sunset). We'll keep this here for reference, in case it can be revived at some point in the future.

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
Expand Down
Loading