This commit is contained in:
peteS-UK 2024-11-04 22:54:27 +00:00
parent 32e6e18894
commit b623ee517b

View File

@ -782,6 +782,12 @@ async def test_squeezebox_call_method(
) )
async def test_squeezebox_play_album(
hass: HomeAssistant, configured_player: MagicMock
) -> None:
"""Test query service call."""
async def test_squeezebox_search_albums( async def test_squeezebox_search_albums(
hass: HomeAssistant, configured_player: MagicMock hass: HomeAssistant, configured_player: MagicMock
) -> None: ) -> None: