1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 19:32:19 +01:00

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

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"