core/homeassistant/components/amcrest
Allen Porter 14e4216e29
Put access to ffmpeg hass.data behind a method (#62570)
* Put access to ffmpeg hass.data behind a method

Move all callers of `hass.data[DATA_FFMPEG]` to a new function that returns the FFMpegManager.

* Update homeassistant/components/ffmpeg/__init__.py

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* Remove unnecessary async_ prefix

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-12-21 23:40:43 -08:00
..
__init__.py Implement privacy_mode for amcrest integration (#57210) 2021-12-03 10:00:39 -08:00
binary_sensor.py Use new BinarySensorDeviceClass enum in amcrest (#61268) 2021-12-08 12:13:18 -08:00
camera.py Put access to ffmpeg hass.data behind a method (#62570) 2021-12-21 23:40:43 -08:00
const.py
helpers.py
manifest.json Update amcrest version to 1.9.3 (#56348) 2021-09-18 08:34:51 +02:00
sensor.py Use assignment expressions 05 (#57785) 2021-10-17 19:56:00 +02:00
services.yaml
switch.py Fix amcrest pylint issue (#60932) 2021-12-03 20:14:21 +01:00