We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62321d4 commit c1bfa29Copy full SHA for c1bfa29
custom_components/ocpp/config_flow.py
@@ -31,7 +31,7 @@
31
STEP_USER_MEASURANDS_SCHEMA = vol.Schema(
32
{
33
vol.Required(m, default=(True if m == DEFAULT_MEASURAND else False)): bool
34
- for m in ",".join(MEASURANDS)
+ for m in MEASURANDS
35
}
36
)
37
0 commit comments