pylontech: Fix parsing error with US2000 (#6061)

This commit is contained in:
functionpointer
2024-01-09 00:26:13 +01:00
committed by GitHub
parent 14bffaf8a7
commit 696bfe6a87
2 changed files with 36 additions and 23 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ PylontechComponent = pylontech_ns.class_(
)
PylontechBattery = pylontech_ns.class_("PylontechBattery")
CV_NUM_BATTERIES = cv.int_range(1, 6)
CV_NUM_BATTERIES = cv.int_range(1, 16)
PYLONTECH_COMPONENT_SCHEMA = cv.Schema(
{