We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df2cbdb commit b974742Copy full SHA for b974742
custom_components/pylontech_serial/config_flow.py
@@ -3,7 +3,7 @@
3
import voluptuous as vol
4
5
from homeassistant import config_entries
6
-from homeassistant.components.usb import UsbServiceInfo
+from homeassistant.helpers.service_info.usb import UsbServiceInfo
7
from homeassistant.const import CONF_NAME
8
from homeassistant.core import callback
9
0 commit comments