mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Fix test for HMIPC (#31981)
This commit is contained in:
parent
0d874902cc
commit
da4c08de12
@ -21,7 +21,7 @@ async def test_hmip_load_all_supported_devices(hass, default_mock_hap_factory):
|
||||
test_devices=None, test_groups=None
|
||||
)
|
||||
|
||||
assert len(mock_hap.hmip_device_by_entity_id) == 182
|
||||
assert len(mock_hap.hmip_device_by_entity_id) == 183
|
||||
|
||||
|
||||
async def test_hmip_remove_device(hass, default_mock_hap_factory):
|
||||
|
Loading…
x
Reference in New Issue
Block a user