diff --git a/src/panels/config/integrations/integration-panels/thread/dialog-thread-dataset.ts b/src/panels/config/integrations/integration-panels/thread/dialog-thread-dataset.ts index 191049ecf663..b83c57684087 100644 --- a/src/panels/config/integrations/integration-panels/thread/dialog-thread-dataset.ts +++ b/src/panels/config/integrations/integration-panels/thread/dialog-thread-dataset.ts @@ -38,7 +38,7 @@ class DialogThreadDataset extends LitElement implements HassDialog { const canImportKeychain = hasOTBR && - !this.hass.auth.external?.config.canTransferThreadCredentialsToKeychain && + this.hass.auth.external?.config.canTransferThreadCredentialsToKeychain && network.routers?.length; return html`