Skip to content

Commit

Permalink
fix deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
pail23 committed Nov 15, 2024
1 parent ecc717a commit 344cbf3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom_components/stiebel_eltron_isg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
import homeassistant.helpers.config_validation as cv
import voluptuous as vol
from homeassistant.const import CONF_HOST, CONF_NAME, CONF_PORT, CONF_SCAN_INTERVAL
from homeassistant.core import Config, HomeAssistant
from homeassistant.core import HomeAssistant
from homeassistant.core_config import Config
from homeassistant.exceptions import ConfigEntryNotReady
from homeassistant.loader import async_get_loaded_integration
from pymodbus.client import AsyncModbusTcpClient
Expand Down

0 comments on commit 344cbf3

Please sign in to comment.