Add Google Cast groups to device registry (#66805)
This commit is contained in:
parent
f69571f164
commit
31867d54b6
2 changed files with 7 additions and 8 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue