This commit is contained in:
Petar Petrov 2025-07-07 19:16:43 +03:00
parent 7fbcba75d3
commit ddbe7b68f5

View File

@ -232,7 +232,9 @@ class ZWaveJSNodeConfig extends LitElement {
): TemplateResult {
const result = this._results[id];
const isTypeBoolean = item.configuration_value_type === "boolean" || this._isEnumeratedBool(item);
const isTypeBoolean =
item.configuration_value_type === "boolean" ||
this._isEnumeratedBool(item);
const labelAndDescription = html`
<span slot="prefix" class="prefix">