diff --git a/src/custom.js b/src/custom.js index 0de8b6a48..f5dd6f8ac 100644 --- a/src/custom.js +++ b/src/custom.js @@ -99,7 +99,7 @@ function listCustomStats() { var l = document.createElement("li"); var type = obj[i].type; var color = ""; - if (type === "UBAMaster") { + if (type === "Boiler") { color = "list-group-item-success"; } else if (type === "Thermostat") { color = "list-group-item-info";