mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 10:29:27 +00:00
Improve ffmpeg* typing (#108092)
This commit is contained in:
@@ -54,7 +54,7 @@ class MockFFmpegDev(ffmpeg.FFmpegBase):
|
||||
|
||||
def __init__(self, hass, initial_state=True, entity_id="test.ffmpeg_device"):
|
||||
"""Initialize mock."""
|
||||
super().__init__(initial_state)
|
||||
super().__init__(None, initial_state)
|
||||
|
||||
self.hass = hass
|
||||
self.entity_id = entity_id
|
||||
|
||||
Reference in New Issue
Block a user