Update ha-ffmpeg 2.0 (#22427)
This commit is contained in:
parent
19d99ddf57
commit
a55afa8119
14 changed files with 41 additions and 31 deletions
|
@ -55,7 +55,7 @@ class FFmpegNoise(FFmpegBinarySensor):
|
|||
|
||||
def __init__(self, hass, manager, config):
|
||||
"""Initialize FFmpeg noise binary sensor."""
|
||||
from haffmpeg import SensorNoise
|
||||
from haffmpeg.sensor import SensorNoise
|
||||
|
||||
super().__init__(config)
|
||||
self.ffmpeg = SensorNoise(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue