diff --git a/README.md b/README.md index 767d954eeca..9312889f00c 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,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) @@ -568,9 +568,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. diff --git a/docs/plugins/googlehome-plugin.md b/docs/plugins/googlehome-plugin.md index fc76117059e..f839c9be557 100644 --- a/docs/plugins/googlehome-plugin.md +++ b/docs/plugins/googlehome-plugin.md @@ -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. + **Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*