diff --git a/nymea-app/ruletemplates/notificationtemplates.json b/nymea-app/ruletemplates/notificationtemplates.json index f408bf06..c6bd69c5 100644 --- a/nymea-app/ruletemplates/notificationtemplates.json +++ b/nymea-app/ruletemplates/notificationtemplates.json @@ -32,7 +32,7 @@ ] }, { - "description": "Notify me when something dries ou", + "description": "Notify me when something dries out", "ruleNameTemplate": "Notify %1 when %0 dries out", "stateEvaluatorTemplate": { "stateDescriptorTemplate": { diff --git a/nymea-app/ui/devicelistpages/WeatherDeviceListPage.qml b/nymea-app/ui/devicelistpages/WeatherDeviceListPage.qml index e7c60386..3594b9bd 100644 --- a/nymea-app/ui/devicelistpages/WeatherDeviceListPage.qml +++ b/nymea-app/ui/devicelistpages/WeatherDeviceListPage.qml @@ -63,7 +63,7 @@ DeviceListPageBase { delegate: BigThingTile { id: itemDelegate Layout.preferredWidth: contentGrid.width / contentGrid.columns - thing: root.thingsProxy.get(model.id) + thing: root.thingsProxy.get(index) onClicked: enterPage(index)