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}
|
${item.metadata.label}
|
||||||
</span>
|
</span>
|
||||||
<span slot="description">
|
<span slot="description">
|
||||||
${item.metadata.description || item.metadata.label}
|
${item.metadata.description}
|
||||||
${item.metadata.description !== null && !item.metadata.writeable
|
${item.metadata.description !== null && !item.metadata.writeable
|
||||||
? html`<br />`
|
? html`<br />`
|
||||||
: nothing}
|
: nothing}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user