1
0
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:
Erik Montnemery
2021-02-11 20:18:03 +01:00
committed by GitHub
parent 70e23402a9
commit 26e7916367
12 changed files with 395 additions and 101 deletions

View File

@@ -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):