We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e09c35c commit dffbdf1Copy full SHA for dffbdf1
tests/components/libre_hardware_monitor/test_init.py
@@ -1,6 +1,6 @@
1
"""Tests for the LibreHardwareMonitor init."""
2
3
-import logging
+import pytest
4
5
from homeassistant.components.libre_hardware_monitor.const import DOMAIN
6
from homeassistant.core import HomeAssistant
@@ -11,9 +11,8 @@
11
12
from tests.common import MockConfigEntry
13
14
-_LOGGER = logging.getLogger(__name__)
15
-
16
+@pytest.mark.usefixtures("mock_lhm_client")
17
async def test_migration_to_unique_ids(
18
hass: HomeAssistant,
19
entity_registry: er.EntityRegistry,
0 commit comments