mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 11:46:42 +00:00
Don't duplicate the label as the description in Z-Wave Config (#20454)
Don'tduplicate the label as the description
This commit is contained in:
parent
b091d4f298
commit
e8a140af44
@ -235,7 +235,7 @@ class ZWaveJSNodeConfig extends SubscribeMixin(LitElement) {
|
||||
${item.metadata.label}
|
||||
</span>
|
||||
<span slot="description">
|
||||
${item.metadata.description || item.metadata.label}
|
||||
${item.metadata.description}
|
||||
${item.metadata.description !== null && !item.metadata.writeable
|
||||
? html`<br />`
|
||||
: nothing}
|
||||
|
Loading…
x
Reference in New Issue
Block a user