This commit is contained in:
Home Assistant Version Control
2026-08-07 13:19:04 +00:00
parent 6f3efb3ec0
commit a31c8b842b
3 changed files with 25 additions and 21 deletions
+11 -8
View File
@@ -546,10 +546,10 @@
"name": "Successful",
"color": "#66bb6a",
"type": "column",
"statistics": {
"type": "change",
"period": "day",
"align": "end"
"group_by": {
"func": "diff",
"duration": "1d",
"start_with_last": true
}
},
{
@@ -557,15 +557,18 @@
"name": "Failed",
"color": "#ef5350",
"type": "column",
"statistics": {
"type": "change",
"period": "day",
"align": "end"
"group_by": {
"func": "diff",
"duration": "1d",
"start_with_last": true
}
}
],
"grid_options": {
"columns": "full"
},
"span": {
"end": "day"
}
}
]