dashboard: add temperature group priority
This commit is contained in:
@@ -262,3 +262,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°`.
|
||||
|
||||
Reference in New Issue
Block a user