From 128e7f4058e3a882169ff3343a084c32a574ad1a Mon Sep 17 00:00:00 2001 From: Don Lubinski <58893668+ijustlikeit@users.noreply.github.com> Date: Mon, 3 Mar 2025 12:18:54 -0700 Subject: [PATCH] Update config_flow.py --- custom_components/vesync/config_flow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/vesync/config_flow.py b/custom_components/vesync/config_flow.py index 5b85292..4ea05a0 100644 --- a/custom_components/vesync/config_flow.py +++ b/custom_components/vesync/config_flow.py @@ -9,7 +9,7 @@ import homeassistant.helpers.config_validation as cv import voluptuous as vol from homeassistant import config_entries -from homeassistant.components import dhcp +from homeassistant.helpers.service_info import dhcp from homeassistant.const import CONF_PASSWORD, CONF_USERNAME from homeassistant.core import callback from homeassistant.data_entry_flow import FlowResult