mirror of
https://github.com/esphome/esphome.git
synced 2024-11-23 15:38:11 +01:00
DALY Modbus BMS: linting
This commit is contained in:
parent
a9343d35f1
commit
f5d876e34f
1 changed files with 0 additions and 1 deletions
|
@ -119,7 +119,6 @@ CONFIG_SCHEMA = (
|
|||
cv.Schema(
|
||||
{
|
||||
cv.GenerateID(CONF_DALY_HKMS_BMS_ID): cv.use_id(DalyHkmsBmsComponent),
|
||||
|
||||
cv.Optional(CONF_VOLTAGE): sensor.sensor_schema(
|
||||
unit_of_measurement=UNIT_VOLT,
|
||||
accuracy_decimals=1,
|
||||
|
|
Loading…
Reference in a new issue