From 1bcad614ec2cba190ab79b41d3f02e64f8b38a74 Mon Sep 17 00:00:00 2001 From: Yaima Valdivia Date: Thu, 14 Apr 2016 16:03:58 -0700 Subject: [PATCH] Fixes broken htmlTile --- devicetypes/smartthings/wattvision.src/wattvision.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devicetypes/smartthings/wattvision.src/wattvision.groovy b/devicetypes/smartthings/wattvision.src/wattvision.groovy index 22ff918..e87a344 100644 --- a/devicetypes/smartthings/wattvision.src/wattvision.groovy +++ b/devicetypes/smartthings/wattvision.src/wattvision.groovy @@ -33,7 +33,7 @@ metadata { state "power", label: '${currentValue} W' } - htmlTile(name: "powerContent", attribute: "powerContent", type: "HTML", whitelist: "www.wattvision.com" , url: '${currentValue}', width: 3, height: 2) + htmlTile(name: "powerContent", attribute: "powerContent", type: "HTML", whitelist: ["www.wattvision.com"] , url: '${currentValue}', width: 3, height: 2) standardTile("refresh", "device.power", inactiveLabel: false, decoration: "flat") { state "default", label: '', action: "refresh.refresh", icon: "st.secondary.refresh"