mirror of
https://github.com/esphome/esphome.git
synced 2024-11-22 06:58:11 +01:00
allow multiple dsmr (#4299)
Co-authored-by: Samuel Sieb <samuel@sieb.net> fixes https://github.com/esphome/feature-requests/issues/2062
This commit is contained in:
parent
c301ae3645
commit
62c68f4d60
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ from esphome.const import (
|
|||
|
||||
CODEOWNERS = ["@glmnet", "@zuidwijk"]
|
||||
|
||||
MULTI_CONF = True
|
||||
|
||||
DEPENDENCIES = ["uart"]
|
||||
AUTO_LOAD = ["sensor", "text_sensor"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue