diff --git a/dashboards/dashboard.json b/dashboards/dashboard.json index aed62581..17ef84c3 100644 --- a/dashboards/dashboard.json +++ b/dashboards/dashboard.json @@ -9143,16 +9143,13 @@ "overrides": [ { "matcher": { - "id": "byName", - "options": "Solar Energy" + "id": "byRegexp", + "options": ".*[ ](L[1-2])\\b" }, "properties": [ { - "id": "color", - "value": { - "fixedColor": "yellow", - "mode": "fixed" - } + "id": "custom.axisPlacement", + "value": "right" } ] }