Skip to content

Commit c1bfa29

Browse files
authored
Revert "ocpp: bug fix in measurands schema in #57"
1 parent 62321d4 commit c1bfa29

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)