Skip to content

Commit 087ad74

Browse files
committed
v1.0.4
1 parent 7b1d169 commit 087ad74

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

custom_components/growcube/coordinator.py

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,16 @@
1616
CheckOutletLockedGrowcubeReport,
1717
)
1818
from growcube_client import WateringModeCommand, SyncTimeCommand, PlantEndCommand, ClosePumpCommand
19-
from homeassistant.core import HomeAssistant, ServiceCall
20-
from homeassistant.exceptions import HomeAssistantError
19+
from homeassistant.core import HomeAssistant
2120
from homeassistant.const import (
2221
STATE_UNAVAILABLE,
23-
STATE_OK,
24-
STATE_PROBLEM,
25-
STATE_LOCKED,
26-
STATE_OPEN,
27-
STATE_CLOSED,
2822
)
2923
import logging
3024

3125
from homeassistant.helpers.device_registry import DeviceInfo
3226
from homeassistant.helpers.update_coordinator import DataUpdateCoordinator
3327

34-
from .const import DOMAIN, CHANNEL_NAME
28+
from .const import DOMAIN
3529

3630
_LOGGER = logging.getLogger(__name__)
3731

0 commit comments

Comments
 (0)