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 6c42487 commit c4c9672Copy full SHA for c4c9672
custom_components/solaredge_modbus_multi/config_flow.py
@@ -10,7 +10,7 @@
10
from homeassistant import config_entries
11
from homeassistant.config_entries import ConfigEntry, OptionsFlow
12
from homeassistant.const import CONF_HOST, CONF_NAME, CONF_PORT, CONF_SCAN_INTERVAL
13
-from homeassistant.core import HomeAssistant, callback
+from homeassistant.core import callback
14
from homeassistant.data_entry_flow import FlowResult
15
from homeassistant.exceptions import HomeAssistantError
16
0 commit comments