+
+
${this.device.model}
+
+ ${this.hass.localize(
+ "ui.panel.config.integrations.config_entry.manuf",
+ "manufacturer",
+ this.device.manufacturer
+ )}
+
+ ${this.device.area_id
+ ? html`
+
+
+
+ `
+ : ""}
+
+ ${this.device.via_device_id
+ ? html`
+
+ `
+ : ""}
+ ${this.device.sw_version
+ ? html`
+
+ `
+ : ""}
+
+