diff --git a/devicetypes/timberjoegithub/PhotonDS18B20.src/PhotonDS18B20.groovy b/devicetypes/timberjoegithub/PhotonDS18B20.src/PhotonDS18B20.groovy index 8c5dd89..6cc0b75 100644 --- a/devicetypes/timberjoegithub/PhotonDS18B20.src/PhotonDS18B20.groovy +++ b/devicetypes/timberjoegithub/PhotonDS18B20.src/PhotonDS18B20.groovy @@ -18,7 +18,7 @@ preferences { // device name in api like: https://api.spark.io/v1/devices/${deviceId}/${deviceName} } metadata { - definition (name: "DS18B20 Photon Temperature Sensor", namespace: "SmartThingsPublic", author: "github@josephsteele.com") { + definition (name: "DS18B20 Photon Temperature Sensor", namespace: "timberjoegithub", author: "github@josephsteele.com") { capability "Temperature Measurement" capability "Sensor" }