`$weathermapper[$label]['search_opts']['groups'][] = [
// Replace with your group id
'group' => 29,
// Row: Defines the order in which this grouping of devices is displayed
// Lower number means
// Linear: higher on the page
// Radial: closer to the center
'row' => 2
];
$weathermapper[$label]['search_opts']['groups'][] = [
'group' => 54,
'row' => 10,
];
`
With:
`$weathermapper[$label]['search_opts']['groups'][] = [ // Replace with your group id 'group' => 29,
// Row: Defines the order in which this grouping of devices is displayed // Lower number means // Linear: higher on the page // Radial: closer to the center 'row' => 2 ]; $weathermapper[$label]['search_opts']['groups'][] = [ 'group' => 54, 'row' => 10, ]; `