1
0
mirror of https://github.com/home-assistant/core.git synced 2025-08-10 22:10:02 +00:00
Commit Graph

20 Commits

Author SHA1 Message Date
Paulus Schoutsen
3cd398a5bd Warn for old Google SDK version () 2022-05-24 10:26:25 +02:00
Paulus Schoutsen
fb4de7211b Make Google sync_seralize a callback () 2022-02-24 08:36:36 -08:00
Paulus Schoutsen
cd5b69d02e Add Google local indicator () 2022-02-16 07:54:59 -08:00
Erik Montnemery
07563f4fd2 Disable google_assistant local SDK if SSL is enabled () 2022-01-26 18:55:30 +01:00
Loek Sangers
25fe213f22 Enable local fulfillment google assistant ()
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2022-01-05 12:09:59 -08:00
Erik Montnemery
d18c250acf Add minor version support to storage.Store () 2021-11-18 17:15:40 +01:00
Ville Skyttä
b52c5c82b1 Use http.HTTPStatus in components/[gh]* () 2021-10-23 20:34:53 +02:00
Ville Skyttä
470f2dd73f Upgrade pyupgrade to 2.21.2, apply its changes () 2021-07-19 10:46:09 +02:00
Ville Skyttä
dc880118a4 Lint suppression cleanups ()
* Unused pylint suppression cleanups

* Remove outdated pylint bug references

* Add flake8-noqa config and note to run it every now and then

* Add codes to noqa's

* Unused noqa cleanups
2021-03-02 09:02:04 +01:00
Franck Nijhof
65cf2fcb6f Drop asynctest () 2021-01-01 22:31:56 +01:00
Paulus Schoutsen
5626a379de Guard bad supported features for Google () 2020-10-21 16:37:42 +02:00
Franck Nijhof
1c2ebdf307 Upgrade black to 20.8b1 () 2020-08-27 13:56:20 +02:00
Bram Kragten
e61280095e Add uuid to google assistant () 2020-05-25 17:39:09 -07:00
Franck Nijhof
e56dd8ed50 Detect use of deprecated base_url ()
* Detect use of deprecated base_url

* Update get_url helper

* Update core migration

* Migrate all tests
2020-05-08 17:52:32 +02:00
Paulus Schoutsen
ec47216388 Use built-in test helpers on 3.8 () 2020-04-30 13:29:50 -07:00
Bram Kragten
01599d44f5 Google local sdk: Set right port, correct device id and add base url () 2020-04-17 20:59:49 -07:00
Paulus Schoutsen
4501471b8c Google Assistant: Remove speaker type and earlier filter out devices from being locally exposed ()
* Remove speaker type

* Do not expose locks or alarms to Google Local
2020-02-14 15:28:11 -08:00
Bas Nijholt
7f948594eb Sort imports according to PEP8 for google_assistant ()
* sort imports and fix flake8 issue for google

* add isort:skip to EVENT_SYNC_RECEIVED
2019-12-09 20:00:14 +01:00
Joakim Plate
2569c4ae37 Google assistant storage of connected agents ()
* Make async_report_state take agent_user_id

* Attempt to store synced agents

* Drop now not needed initialization

* Make sure cloud uses the all sync on changed preferences

* Some more places to use all version of sync

* Get the agent_user_id from the request context if available

* Minor cleanup

* Remove the old fixed agent_user_id for cloud

Instead pass along cloud_user where appropriate.

* async_delay_save takes a function

* Adjust test for delayed store

* Remove unused save function

* Add login check.
2019-12-02 22:05:59 -08:00
Paulus Schoutsen
e866d769e8 Google Assistant Local SDK ()
* Local Google

* Fix test

* Fix tests
2019-10-13 14:16:27 -07:00