hass-core/homeassistant/generated
tronikos 5d31673465
Google Assistant SDK integration ()
* 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
..
__init__.py Enable strict typing for zeroconf () 2021-03-30 06:48:04 -10:00
application_credentials.py Google Assistant SDK integration () 2022-12-09 07:14:43 -08:00
bluetooth.py Set connectable as false for sensirion_ble () 2022-12-08 15:23:25 +02:00
config_flows.py Google Assistant SDK integration () 2022-12-09 07:14:43 -08:00
countries.py Allow configuring country and language in core config () 2022-11-24 23:25:50 +01:00
currencies.py Deduplicate blackening () 2022-11-09 16:58:20 +01:00
dhcp.py Add Airzone DHCP discovery support () 2022-11-23 12:32:23 -07:00
integrations.json Google Assistant SDK integration () 2022-12-09 07:14:43 -08:00
languages.py Allow configuring country and language in core config () 2022-11-24 23:25:50 +01:00
mqtt.py Deduplicate blackening () 2022-11-09 16:58:20 +01:00
ssdp.py Deduplicate blackening () 2022-11-09 16:58:20 +01:00
usb.py Deduplicate blackening () 2022-11-09 16:58:20 +01:00
zeroconf.py Deduplicate blackening () 2022-11-09 16:58:20 +01:00