Compare commits

...

1 Commits

Author SHA1 Message Date
epenet
a652b50d15 Fix plaato flaky test 2026-02-05 08:28:08 +00:00

View File

@@ -25,6 +25,12 @@ AIRLOCK_DATA = {}
KEG_DATA = {}
@pytest.fixture(autouse=True)
def mock_ffmpeg(hass: HomeAssistant) -> None:
"""Mock ffmpeg is loaded."""
hass.config.components.add("ffmpeg")
@pytest.fixture
async def init_integration(
hass: HomeAssistant,