Multiple Daly-BMS support (#6615)

This commit is contained in:
Anton Viktorov 2024-04-25 23:20:21 +02:00 committed by GitHub
parent 8ef7b41c91
commit 8fcfcccbc3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,7 @@ from esphome.components import uart
from esphome.const import CONF_ID, CONF_ADDRESS
CODEOWNERS = ["@s1lvi0"]
MULTI_CONF = True
DEPENDENCIES = ["uart"]
CONF_BMS_DALY_ID = "bms_daly_id"