Skip to content

Commit

Permalink
Hide sun fix temp units
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonacox committed Sep 29, 2022
1 parent 1da1b5b commit fc3f77e
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,14 @@
"fixedColor": "rgb(192, 192, 192)",
"mode": "fixed"
}
},
{
"id": "custom.hideFrom",
"value": {
"legend": true,
"tooltip": true,
"viz": false
}
}
]
},
Expand Down Expand Up @@ -361,7 +369,7 @@
},
{
"id": "unit",
"value": "percent"
"value": "none"
},
{
"id": "decimals",
Expand All @@ -384,6 +392,10 @@
],
"fill": "dash"
}
},
{
"id": "custom.axisPlacement",
"value": "hidden"
}
]
},
Expand Down Expand Up @@ -474,6 +486,14 @@
],
"fill": "dash"
}
},
{
"id": "custom.hideFrom",
"value": {
"legend": true,
"tooltip": true,
"viz": false
}
}
]
},
Expand Down Expand Up @@ -8764,6 +8784,6 @@
"timezone": "browser",
"title": "Powerwall Power Flow",
"uid": "RSabAvRRzU",
"version": 6,
"version": 8,
"weekStart": ""
}
}

0 comments on commit fc3f77e

Please sign in to comment.