1
0
mirror of https://github.com/home-assistant/core.git synced 2026-06-01 21:24:17 +01:00
Files
core/tests/components
tronikos 5d31673465 Google Assistant SDK integration (#82328)
* Copy google_sheets to google_assistant_sdk

This is to improve diff of the next commit with the actual implementation.

Commands used:
cp -r homeassistant/components/google_sheets/ homeassistant/components/google_assistant_sdk/
cp -r tests/components/google_sheets/ tests/components/google_assistant_sdk/

find homeassistant/components/google_assistant_sdk/ tests/components/google_assistant_sdk/ -type f | xargs sed -i \
-e 's@google_sheets@google_assistant_sdk@g' \
-e 's@Google Sheets@Google Assistant SDK@g' \
-e 's@tkdrob@tronikos@g'

* Google Assistant SDK integration
Allows sending commands and broadcast messages to Google Assistant.

* Remove unnecessary async_entry_has_scopes check

* Bump gassist-text to fix protobuf dependency
2022-12-09 07:14:43 -08:00
..
2022-11-29 22:36:36 +01:00
2022-11-29 22:36:36 +01:00
2022-11-19 13:48:33 +01:00
2022-11-28 16:51:43 +01:00
2022-11-13 18:23:14 -06:00
2022-11-29 22:36:36 +01:00
2022-11-29 22:36:36 +01:00
2022-11-29 22:36:36 +01:00
2022-11-29 22:36:36 +01:00
2022-11-29 22:36:36 +01:00
2022-11-29 22:36:36 +01:00
2022-11-29 22:36:36 +01:00
2022-12-08 20:30:08 -05:00
2022-11-28 16:51:43 +01:00
2022-11-29 22:36:36 +01:00
2022-11-07 14:40:23 +01:00
2022-11-14 12:20:45 -06:00
2022-11-29 22:36:36 +01:00
2022-11-28 16:51:43 +01:00
2022-11-29 22:36:36 +01:00
2022-11-29 22:36:36 +01:00
2022-11-29 22:36:36 +01:00
2022-11-29 22:36:36 +01:00
2022-10-31 11:09:15 +01:00
2022-12-06 13:27:58 +01:00
2022-11-28 16:51:43 +01:00
2022-11-13 16:05:54 +01:00
2022-11-29 22:36:36 +01:00
2022-11-03 03:10:07 +01:00
2022-12-05 10:53:05 +01:00
2022-11-29 22:36:36 +01:00
2022-11-23 11:25:21 +01:00
2022-10-26 18:35:12 +02:00
2022-11-30 20:56:07 +01:00
2022-12-05 20:08:05 +01:00