Skip to content

Commit 29dd27e

Browse files
committed
Update config_flow.py
1 parent 13b5377 commit 29dd27e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

custom_components/pumpspy_ha/config_flow.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,13 @@
77
import voluptuous as vol
88

99
from homeassistant import config_entries
10-
from homeassistant.components.pumpspy_ha.pumpspy import Pumpspy
10+
from .pumpspy import Pumpspy
1111
from homeassistant.data_entry_flow import FlowResult
1212
from homeassistant.exceptions import HomeAssistantError
1313
from homeassistant.helpers import selector
1414

1515
from homeassistant.const import (
16-
CONF_DEVICE_ID,
1716
CONF_USERNAME,
18-
CONF_ACCESS_TOKEN,
1917
CONF_PASSWORD,
2018
)
2119

0 commit comments

Comments
 (0)