mirror of
https://github.com/esphome/esphome.git
synced 2024-12-22 05:24:53 +01:00
Multiple Daly-BMS support (#6615)
This commit is contained in:
parent
8ef7b41c91
commit
8fcfcccbc3
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue