Update zwave_js config parameters page (#17529)

This commit is contained in:
Raman Gupta 2023-08-14 03:59:51 -04:00 committed by GitHub
parent fa3625985c
commit b8fcb9272a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`