parent
d08b65db7d
commit
77af741099
2 changed files with 6 additions and 1 deletions
|
@ -25,3 +25,8 @@ def device_reg_fixture(hass):
|
|||
def entity_reg_fixture(hass):
|
||||
"""Return an empty, loaded, registry."""
|
||||
return mock_registry(hass)
|
||||
|
||||
|
||||
@pytest.fixture(autouse=True)
|
||||
def tplink_mock_get_source_ip(mock_get_source_ip):
|
||||
"""Mock network util's async_get_source_ip."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue