Fix weather device list page
This commit is contained in:
parent
f865481b03
commit
d97a559d96
@ -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": {
|
||||
|
||||
@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user