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 Update amcrest to use binary sensor entity description (#55092) 2021-08-24 14:06:19 +02:00
helpers.py Add type annotations to amcrest integration (#54761) 2021-08-25 13:24:29 +02:00
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 Wrap up selectors (#50794) 2021-05-25 14:45:17 +02:00
switch.py Fix amcrest pylint issue (#60932) 2021-12-03 20:14:21 +01:00