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 782ba08 commit f56ef94Copy full SHA for f56ef94
tests/components/plugwise/test_init.py
@@ -15,7 +15,6 @@
15
16
from freezegun.api import FrozenDateTimeFactory
17
from homeassistant.components.plugwise.const import DEFAULT_SCAN_INTERVAL, DOMAIN
18
-from homeassistant.components.plugwise.coordinator import PlugwiseDataUpdateCoordinator
19
from homeassistant.config_entries import ConfigEntryState
20
from homeassistant.const import (
21
CONF_HOST,
@@ -28,7 +27,6 @@
28
27
)
29
from homeassistant.core import HomeAssistant
30
from homeassistant.helpers import device_registry as dr, entity_registry as er
31
-from homeassistant.setup import async_setup_component
32
33
from tests.common import MockConfigEntry, async_fire_time_changed
34
0 commit comments