Skip to content

Commit 7d209bc

Browse files
authored
Merge pull request #8076 from inventor96/google-asst-broken
Add notes about the Google Assistant integration being broken
2 parents bda257d + 7114f63 commit 7d209bc

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ See [CONTRIBUTING.md](CONTRIBUTING.md)
112112
- [`override` (Override Mode)](#override-override-mode)
113113
- [`xdripjs` (xDrip-js)](#xdripjs-xdrip-js)
114114
- [`alexa` (Amazon Alexa)](#alexa-amazon-alexa)
115-
- [`googlehome` (Google Home/DialogFLow)](#googlehome-google-homedialogflow)
115+
- [`googlehome` (Google Home/DialogFLow)](#googlehome-google-homedialogflow) [broken]
116116
- [`speech` (Speech)](#speech-speech)
117117
- [`cors` (CORS)](#cors-cors)
118118
- [Extended Settings](#extended-settings)
@@ -666,9 +666,11 @@ For remote overrides, the following extended settings must be configured:
666666
##### `alexa` (Amazon Alexa)
667667
Integration with Amazon Alexa, [detailed setup instructions](docs/plugins/alexa-plugin.md)
668668

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

672+
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.
673+
672674
##### `speech` (Speech)
673675
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.
674676

docs/plugins/googlehome-plugin.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# The Google Assistant integration is broken!
2+
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.
3+
14
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
25
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
36
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*

0 commit comments

Comments
 (0)