Skip to content

Commit 620a1e9

Browse files
authored
Merge pull request #64 from lbbrhzn/revert-63-bug-fix
Revert "ocpp: bug fix in measurands schema in #57"
2 parents 62321d4 + c1bfa29 commit 620a1e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/ocpp/config_flow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
STEP_USER_MEASURANDS_SCHEMA = vol.Schema(
3232
{
3333
vol.Required(m, default=(True if m == DEFAULT_MEASURAND else False)): bool
34-
for m in ",".join(MEASURANDS)
34+
for m in MEASURANDS
3535
}
3636
)
3737

0 commit comments

Comments
 (0)