mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-14 12:56:37 +00:00
lint
This commit is contained in:
parent
7fbcba75d3
commit
ddbe7b68f5
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user