1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-02-15 07:25:54 +00:00

Fixes duplicate "Device info" section name when viewing Matter devices. (#28984)

ha-device-info-matter: rename 'Device info' to 'Matter info'

Fixes duplicate "Device info" section name when viewing Matter devices.
The nested expansion panel now displays "Matter info" consistent with
other integrations (e.g., ZHA uses "Zigbee info", Z-Wave uses "Z-Wave info").

Also adds a gallery demo for testing the component.
This commit is contained in:
Pegasus
2026-01-15 02:18:21 -05:00
committed by GitHub
parent f8d65cc0ec
commit 6c1c7cead3
2 changed files with 2 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ export class HaDeviceInfoMatter extends SubscribeMixin(LitElement) {
return html`
<ha-expansion-panel
.header=${this.hass.localize(
"ui.panel.config.matter.device_info.device_info"
"ui.panel.config.matter.device_info.matter_info"
)}
>
<div class="row">

View File

@@ -6899,7 +6899,7 @@
"unknown": "Unknown"
},
"device_info": {
"device_info": "Device info",
"matter_info": "Matter info",
"node_id": "Node ID",
"network_type": "Network type",
"node_type": "Device type",