dashboard: add grouped temperature overview tiles

This commit is contained in:
2026-06-10 23:58:40 -06:00
parent b393e8d704
commit c4138468f2
8 changed files with 194 additions and 86 deletions
@@ -22,6 +22,7 @@ struct TempSensorConfig {
String address;
bool enabled;
bool weather;
String group;
};
struct BmsConfig {