mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Remove FFmpeg input tests (#18131)
* Remove FFmpeg input tests * Not needed here * Removing tests for removed functionality * Minor lint * Fix tests to reflect removed config option * Remove async service registration by request * More lint * Unused imports * Make it a non-breaking change * Update ffmpeg.py
This commit is contained in:
committed by
Paulus Schoutsen
parent
782a90a535
commit
9807ba1a5d
@@ -15,9 +15,6 @@ class TestFFmpegNoiseSetup:
|
||||
self.hass = get_test_home_assistant()
|
||||
|
||||
self.config = {
|
||||
'ffmpeg': {
|
||||
'run_test': False,
|
||||
},
|
||||
'binary_sensor': {
|
||||
'platform': 'ffmpeg_noise',
|
||||
'input': 'testinputvideo',
|
||||
@@ -80,9 +77,6 @@ class TestFFmpegMotionSetup:
|
||||
self.hass = get_test_home_assistant()
|
||||
|
||||
self.config = {
|
||||
'ffmpeg': {
|
||||
'run_test': False,
|
||||
},
|
||||
'binary_sensor': {
|
||||
'platform': 'ffmpeg_motion',
|
||||
'input': 'testinputvideo',
|
||||
|
||||
Reference in New Issue
Block a user