Fix implicit-return in arcam_fmj tests (#122792)

This commit is contained in:
epenet
2024-07-29 17:13:31 +02:00
committed by GitHub
parent 732b9e47c8
commit 570725293c

View File

@@ -99,6 +99,7 @@ async def player_setup_fixture(
return state_1
if zone == 2:
return state_2
raise ValueError(f"Unknown player zone: {zone}")
await async_setup_component(hass, "homeassistant", {})