${this._discoveredDevices.length < 1
? html`
${this.hass!.localize(
- "ui.panel.config.zha.add_device_page.discovery_text"
+ "ui.panel.config.zha.add_device_page.pairing_mode"
+ )}
+
+
+ ${this.hass!.localize(
+ this._active
+ ? "ui.panel.config.zha.add_device_page.discovered_text"
+ : "ui.panel.config.zha.add_device_page.no_devices_found"
)}
@@ -123,27 +135,38 @@ class ZHAAddDevicesPage extends LitElement {
class="card"
.hass=${this.hass}
.device=${device}
- .narrow=${!this.isWide}
+ .narrow=${this.narrow}
.showHelp=${this._showHelp}
- .showActions=${!this._active}
- .showEntityDetail=${false}
>
`
)}
`}
-