Skip to content

Commit b974742

Browse files
committed
Fix deprecated import
1 parent df2cbdb commit b974742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/pylontech_serial/config_flow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import voluptuous as vol
44

55
from homeassistant import config_entries
6-
from homeassistant.components.usb import UsbServiceInfo
6+
from homeassistant.helpers.service_info.usb import UsbServiceInfo
77
from homeassistant.const import CONF_NAME
88
from homeassistant.core import callback
99

0 commit comments

Comments
 (0)