core/tests/components/nest
Allen Porter 572fa7d055
Update nest camera to pull still images from stream component (#66427)
* Update nest to use stream thumbnail when it exists

* Update nest camera to always pull still image from stream

Update nest camera to always pull the still iamge from the stream component,
removing the use of the separate ffmpeg call, and removing use of the nest event
image. Image for events can now be pulled using the media source APIs, rather
than relying on the camera snapshot.

* Simplify a comment

* Remove more unused variables

* Simplify comments, image, and test code

* Remove assertions for placeholder images
2022-02-14 21:45:09 -08:00
..
__init__.py
common.py Fix legacy nest diagnostics to return empty rather than fail (#65824) 2022-02-06 14:14:25 -08:00
conftest.py Update nest diagnostics (#65141) 2022-01-28 21:50:38 +01:00
test_api.py Refactor nest test_init_sdm tests to use fixtures with varied config types (#64736) 2022-01-22 20:56:03 -08:00
test_camera_sdm.py Update nest camera to pull still images from stream component (#66427) 2022-02-14 21:45:09 -08:00
test_climate_sdm.py Update nest climate and sensor test fixtures (#64800) 2022-01-23 16:06:04 -08:00
test_config_flow_legacy.py Fix legacy nest diagnostics to return empty rather than fail (#65824) 2022-02-06 14:14:25 -08:00
test_config_flow_sdm.py Strip whitespace in nest cloud project id (#64503) 2022-01-20 09:13:49 +01:00
test_device_info.py Set a suggested_area on nest devices based on the Google Home room name (#62871) 2021-12-27 11:39:57 -08:00
test_device_trigger.py Use DeviceAutomationType in tests/components/[m-r]* (#62443) 2021-12-20 22:29:22 +01:00
test_diagnostics.py Fix legacy nest diagnostics to return empty rather than fail (#65824) 2022-02-06 14:14:25 -08:00
test_events.py Publish Nest Motion/Person events with optional user defined zone information (#66187) 2022-02-11 21:22:53 -08:00
test_init_legacy.py Fix legacy nest diagnostics to return empty rather than fail (#65824) 2022-02-06 14:14:25 -08:00
test_init_sdm.py Refactor nest test_init_sdm tests to use fixtures with varied config types (#64736) 2022-01-22 20:56:03 -08:00
test_local_auth.py
test_media_source.py Update nest media player device thumbnails (#64738) 2022-01-22 23:46:00 -08:00
test_sensor_sdm.py Update nest climate and sensor test fixtures (#64800) 2022-01-23 16:06:04 -08:00