From 988d3ea8baf755e69525bc2d96f94424ea5b4b08 Mon Sep 17 00:00:00 2001 From: parats15 <72889410+parats15@users.noreply.github.com> Date: Wed, 20 Apr 2022 02:46:55 +0200 Subject: [PATCH] Multi conf for Teleinfo component (#3401) --- esphome/components/teleinfo/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/esphome/components/teleinfo/__init__.py b/esphome/components/teleinfo/__init__.py index 33b748a031..e289e42c81 100644 --- a/esphome/components/teleinfo/__init__.py +++ b/esphome/components/teleinfo/__init__.py @@ -4,6 +4,7 @@ from esphome.components import uart from esphome.const import CONF_ID CODEOWNERS = ["@0hax"] +MULTI_CONF = True teleinfo_ns = cg.esphome_ns.namespace("teleinfo") TeleInfo = teleinfo_ns.class_("TeleInfo", cg.PollingComponent, uart.UARTDevice)