hass-core/tests/components/nest
Allen Porter 560e3811a3
Generate nest images thumbnails from events (#44638)
* Capture nest still images from events

Use python google-nest-sdm API for fetching images.  Update home assistant
to use the google-nest-sdm API for fetching the image contents generated
by the server.  This uses the existing websession object for server fetches,
reducing the amount of new code and facilites unit testing using the existing
mechanism.

Simplify tests using the image fetch API rather than a snapshot API
2021-01-06 07:02:04 -08:00
..
__init__.py Nest config flow (#14921) 2018-06-13 11:14:52 -04:00
camera_sdm_test.py Generate nest images thumbnails from events (#44638) 2021-01-06 07:02:04 -08:00
climate_sdm_test.py Generate nest images thumbnails from events (#44638) 2021-01-06 07:02:04 -08:00
common.py Resolve nest pub/sub subscriber token refresh issues (#44686) 2021-01-02 01:51:01 +01:00
conftest.py Generate nest images thumbnails from events (#44638) 2021-01-06 07:02:04 -08:00
device_info_test.py Add Nest cam support for the SDM API (#42325) 2020-10-27 15:20:01 +01:00
sensor_sdm_test.py Update nest library and switch events to async (#43583) 2020-11-24 08:53:50 -07:00
test_api.py Resolve nest pub/sub subscriber token refresh issues (#44686) 2021-01-02 01:51:01 +01:00
test_config_flow_legacy.py Drop asynctest (#44746) 2021-01-01 22:31:56 +01:00
test_config_flow_sdm.py Drop asynctest (#44746) 2021-01-01 22:31:56 +01:00
test_device_trigger.py Publish timestamps in nest events (#44641) 2020-12-30 10:23:48 +01:00
test_events.py Increase test coverage for Nest SDM integration (#44718) 2021-01-01 13:31:18 +01:00
test_init_legacy.py Drop asynctest (#44746) 2021-01-01 22:31:56 +01:00
test_init_sdm.py Resolve nest pub/sub subscriber token refresh issues (#44686) 2021-01-02 01:51:01 +01:00
test_local_auth.py Move Legacy Works With Nest integration to subdirectory (#44368) 2020-12-22 12:42:37 -08:00