core/homeassistant/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
..
legacy Fix legacy nest api binary_sensor initialization (#44674) 2020-12-31 19:22:24 +01:00
translations [ci skip] Translation update 2020-12-25 00:03:46 +00:00
__init__.py Resolve nest pub/sub subscriber token refresh issues (#44686) 2021-01-02 01:51:01 +01:00
api.py Resolve nest pub/sub subscriber token refresh issues (#44686) 2021-01-02 01:51:01 +01:00
binary_sensor.py Fix legacy nest api binary_sensor initialization (#44674) 2020-12-31 19:22:24 +01:00
camera.py Move Legacy Works With Nest integration to subdirectory (#44368) 2020-12-22 12:42:37 -08:00
camera_sdm.py Generate nest images thumbnails from events (#44638) 2021-01-06 07:02:04 -08:00
climate.py Move Legacy Works With Nest integration to subdirectory (#44368) 2020-12-22 12:42:37 -08:00
climate_sdm.py Fix Fan support in nest climate by adding HVAC_MODE_FAN_ONLY support (#44203) 2021-01-04 16:43:41 +01:00
config_flow.py
const.py
device_info.py
device_trigger.py
events.py
manifest.json Generate nest images thumbnails from events (#44638) 2021-01-06 07:02:04 -08:00
sensor.py Move Legacy Works With Nest integration to subdirectory (#44368) 2020-12-22 12:42:37 -08:00
sensor_sdm.py Simplify nest event handling (#44367) 2020-12-27 09:49:22 +01:00
services.yaml
strings.json