diff --git a/nymea-app/ui/mainviews/DevicesPageDelegate.qml b/nymea-app/ui/mainviews/DevicesPageDelegate.qml index 9bc80340..b8b4c7b1 100644 --- a/nymea-app/ui/mainviews/DevicesPageDelegate.qml +++ b/nymea-app/ui/mainviews/DevicesPageDelegate.qml @@ -101,7 +101,8 @@ MainPageTile { DevicesProxy { id: devicesProxy engine: _engine - shownInterfaces: [iface.name] + shownInterfaces: iface ? [iface.name] : [] + hiddenInterfaces: iface ? [] : app.supportedInterfaces } DevicesProxy {