Add indicator for failed temperature fetching

This commit is contained in:
2026-06-04 19:57:48 -04:00
parent 1c25daac8d
commit cbdfa740a8
5 changed files with 33 additions and 17 deletions
+3 -3
View File
@@ -161,11 +161,11 @@ module.exports = [
"sunlight": false,
},
{
"id": "custom_color_low_fuel",
"id": "custom_color_warning",
"type": "color",
"messageKey": "CLAY_LOW_FUEL_COLOR",
"messageKey": "CLAY_WARNING_COLOR",
"defaultValue": "ffaa00",
"label": "Low fuel indicator color",
"label": "Warning indicator color",
"sunlight": false,
}
]