1
0
mirror of https://github.com/esphome/esphome.git synced 2025-07-30 02:39:38 +01:00

allow multiple dsmr ()

Co-authored-by: Samuel Sieb <samuel@sieb.net>
fixes https://github.com/esphome/feature-requests/issues/2062
This commit is contained in:
Samuel Sieb
2023-01-16 13:36:44 -08:00
committed by GitHub
parent c301ae3645
commit 62c68f4d60

@@ -10,6 +10,8 @@ from esphome.const import (
CODEOWNERS = ["@glmnet", "@zuidwijk"]
MULTI_CONF = True
DEPENDENCIES = ["uart"]
AUTO_LOAD = ["sensor", "text_sensor"]