mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-15 13:26:34 +00:00
lint
This commit is contained in:
parent
7fbcba75d3
commit
ddbe7b68f5
@ -232,7 +232,9 @@ class ZWaveJSNodeConfig extends LitElement {
|
|||||||
): TemplateResult {
|
): TemplateResult {
|
||||||
const result = this._results[id];
|
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`
|
const labelAndDescription = html`
|
||||||
<span slot="prefix" class="prefix">
|
<span slot="prefix" class="prefix">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user