mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
Added notes about the Google Assistant integration being broken
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -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)*
|
||||
|
||||
Reference in New Issue
Block a user