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
{{ message }}
This repository was archived by the owner on Oct 19, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: google-assistant-library/README.rst
+14-9Lines changed: 14 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ Google Assistant Library for Python
3
3
4
4
This package contains high level Python_ bindings for the `Google Assistant Library`_.
5
5
6
-
It is part of the `Google Assistant SDK`_.
6
+
It is part of the `Google Assistant SDK for devices`_.
7
7
8
8
It includes the following features:
9
9
@@ -13,8 +13,10 @@ It includes the following features:
13
13
- Timer and alarm features
14
14
- Volume ducking and control
15
15
- Conversation state management
16
+
- Playback of podcasts and news
17
+
- Broadcast voice messages
16
18
17
-
See `Introduction to the Google Assistant Library`_ for a step by step guide on how to get started with the library on the Raspberry Pi 3.
19
+
See `Introduction to the Google Assistant Library`_ for a step by step guide on how to get started with the library on Raspberry Pi 3.
18
20
19
21
Supported configuration
20
22
-----------------------
@@ -32,23 +34,27 @@ Installing
32
34
Authorization
33
35
-------------
34
36
35
-
- Follow the steps to `configure the Actions Console project and the Google account <httpsb://developers.google.com/assistant/sdk/guides/library/python/embed/config-dev-project-and-account>`_.
37
+
- Follow the steps to `configure the Actions Console project and the Google account <https://developers.google.com/assistant/sdk/guides/library/python/embed/config-dev-project-and-account>`_.
36
38
- Follow the steps to `register a new device model and download the client secrets file <https://developers.google.com/assistant/sdk/guides/library/python/embed/register-device>`_.
37
-
- Generate device credentials using ``google-oauthlib-tool``:
39
+
- Generate credentials using ``google-oauth-tool``.::
0 commit comments