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.
2 parents 62321d4 + c1bfa29 commit 620a1e9Copy full SHA for 620a1e9
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