Add Google Cast groups to device registry (#66805)

This commit is contained in:
Erik Montnemery 2022-02-22 09:26:41 +00:00 committed by GitHub
parent f69571f164
commit 31867d54b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 8 deletions

View file

@ -632,7 +632,7 @@ async def test_entity_availability(hass: HomeAssistant):
assert state.state == "unavailable"
@pytest.mark.parametrize("port,entry_type", ((8009, None),))
@pytest.mark.parametrize("port,entry_type", ((8009, None), (12345, None)))
async def test_device_registry(hass: HomeAssistant, port, entry_type):
"""Test device registry integration."""
entity_id = "media_player.speaker"