Skip to content

Commit

Permalink
google_assistant: Deprecate Google Assistant add-on (#3870)
Browse files Browse the repository at this point in the history
  • Loading branch information
agners authored Dec 22, 2024
1 parent 4782fcf commit 91160e1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions google_assistant/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Home Assistant Add-on: Google Assistant SDK

> [!CAUTION]
> **Deprecation notice**
> The [Google Assistant SDK for device][google-assistant-sdk] Python library
> this add-on depends on is no longer developed and has been archived. The
> OAuth out-of-band (OOB) flow used by the add-on has been deprecated as well.
> Hence a new setup is currently no longer possible.
A virtual personal assistant developed by Google.

![Supports aarch64 Architecture][aarch64-shield] ![Supports amd64 Architecture][amd64-shield] ![Supports armhf Architecture][armhf-shield] ![Supports armv7 Architecture][armv7-shield] ![Supports i386 Architecture][i386-shield]
Expand All @@ -21,5 +28,6 @@ If you want to use Google Assistant (for example, from your phone or Google Home
[google-actions]: https://actions.google.com/
[google-assistant-integration]: https://www.home-assistant.io/integrations/google_assistant/
[google-assistant]: https://assistant.google.com/
[google-assistant-sdk]: https://github.com/googlesamples/assistant-sdk-python
[i386-shield]: https://img.shields.io/badge/i386-no-red.svg
[aarch64-shield]: https://img.shields.io/badge/aarch64-no-red.svg
2 changes: 1 addition & 1 deletion google_assistant/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ schema:
feedback:
enable: bool
volume: int(0,100)
stage: experimental
stage: deprecated
webui: http://[HOST]:[PORT:9324]

0 comments on commit 91160e1

Please sign in to comment.