dashboard: add temperature group priority

This commit is contained in:
2026-06-11 00:28:31 -06:00
parent 049d64edc2
commit 5e2f2080cb
8 changed files with 101 additions and 12 deletions
+11
View File
@@ -329,3 +329,14 @@ Supported group values:
- `other`
The dashboard overview combines multiple online sensors in the same group into one tile. For example, two fridge sensors may display as `34°/45°` under a single `Fridge` tile. Sensors marked `weather: true` continue to be treated as the outside/weather sensor for dashboard display.
### Temperature Sensor Priority
Temperature sensors support a numeric `priority` field. Lower numbers are displayed first within a grouped dashboard tile.
Example:
- Fridge Zone 1: `group=fridge`, `priority=1`
- Fridge Zone 2: `group=fridge`, `priority=2`
The dashboard displays the grouped fridge tile in priority order, for example `34°/45°`.