mirror of
https://github.com/home-assistant/core.git
synced 2025-12-27 06:28:31 +00:00
Migrate mobile_app to RestoreEntity (#46391)
This commit is contained in:
@@ -7,14 +7,6 @@ from homeassistant.setup import async_setup_component
|
||||
|
||||
from .const import REGISTER, REGISTER_CLEARTEXT
|
||||
|
||||
from tests.common import mock_device_registry
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def registry(hass):
|
||||
"""Return a configured device registry."""
|
||||
return mock_device_registry(hass)
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
async def create_registrations(hass, authed_api_client):
|
||||
|
||||
Reference in New Issue
Block a user