hass-core/homeassistant/components/ffmpeg
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 Put access to ffmpeg hass.data behind a method (#62570) 2021-12-21 23:40:43 -08:00
camera.py Pass width and height when requesting camera snapshot (#53835) 2021-08-10 19:33:06 -05:00
manifest.json Bump ha-ffmpeg to 3.0.2 (#43597) 2020-11-25 08:45:15 +01:00
services.yaml Wrap up selectors (#50794) 2021-05-25 14:45:17 +02:00