You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Integration with Google Home (via DialogFlow), [detailed setup instructions](docs/plugins/googlehome-plugin.md)
671
671
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
+
672
674
##### `speech` (Speech)
673
675
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.
674
676
@@ -750,7 +752,7 @@ For remote overrides, the following extended settings must be configured:
750
752
*`ns-info` - Plugins that generate notifications at the info level will cause this event to also be triggered. It will be sent in addition to `ns-event`.
751
753
*`ns-warning` - Alarms at the warning level with cause this event to also be triggered. It will be sent in addition to `ns-event`.
752
754
*`ns-urgent` - Alarms at the urgent level with cause this event to also be triggered. It will be sent in addition to `ns-event`.
753
-
* see the [full list of events](lib/plugins/maker-setup.md#events)
755
+
* see the [full list of events](docs/plugins/maker-setup.md#events)
Copy file name to clipboardExpand all lines: docs/plugins/googlehome-plugin.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
+
1
4
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
2
5
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
3
6
**Table of Contents***generated with [DocToc](https://github.com/thlorenz/doctoc)*
0 commit comments