From d4a922c0d12c768dd3441b340fa76d784fc02565 Mon Sep 17 00:00:00 2001 From: Iron Man Date: Tue, 23 Apr 2024 19:08:59 +0200 Subject: [PATCH] Update __init__.py Unused --- esphome/components/ds248x/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/ds248x/__init__.py b/esphome/components/ds248x/__init__.py index 05056cc7d2..e47830f84d 100644 --- a/esphome/components/ds248x/__init__.py +++ b/esphome/components/ds248x/__init__.py @@ -2,7 +2,7 @@ import esphome.codegen as cg import esphome.config_validation as cv from esphome import pins from esphome.const import CONF_ID, CONF_SLEEP_PIN, CONF_TYPE -from esphome.components import i2c, sensor +from esphome.components import i2c MULTI_CONF = True AUTO_LOAD = ["sensor"]