From b8fcb9272a1320ef4449660913b52cc5f6e94b79 Mon Sep 17 00:00:00 2001 From: Raman Gupta <7243222+raman325@users.noreply.github.com> Date: Mon, 14 Aug 2023 03:59:51 -0400 Subject: [PATCH] Update zwave_js config parameters page (#17529) --- .../integration-panels/zwave_js/zwave_js-node-config.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/panels/config/integrations/integration-panels/zwave_js/zwave_js-node-config.ts b/src/panels/config/integrations/integration-panels/zwave_js/zwave_js-node-config.ts index 79dbf42c05..0117e068da 100644 --- a/src/panels/config/integrations/integration-panels/zwave_js/zwave_js-node-config.ts +++ b/src/panels/config/integrations/integration-panels/zwave_js/zwave_js-node-config.ts @@ -271,9 +271,7 @@ class ZWaveJSNodeConfig extends SubscribeMixin(LitElement) { // Numeric entries with a min value of 0 and max of 1 are considered boolean if ( - (item.configuration_value_type === "manual_entry" && - item.metadata.min === 0 && - item.metadata.max === 1) || + item.configuration_value_type === "boolean" || this._isEnumeratedBool(item) ) { return html`