{
  "version": 1,
  "minor_version": 1,
  "key": "lovelace.dashboard_scales",
  "data": {
    "config": {
      "views": [
        {
          "title": "Overview",
          "cards": [
            {
              "title": "Sheller Scale",
              "type": "vertical-stack",
              "cards": [
                {
                  "type": "horizontal-stack",
                  "cards": [
                    {
                      "type": "entity",
                      "entity": "sensor.sheller_bin_1_weight",
                      "name": "Bin 1 Weight",
                      "icon": "mdi:basket-fill"
                    },
                    {
                      "type": "entity",
                      "entity": "sensor.sheller_bin_2_weight",
                      "name": "Bin 2 Weight",
                      "icon": "mdi:basket-fill"
                    },
                    {
                      "type": "entity",
                      "entity": "sensor.sheller_bin_3_weight",
                      "name": "Bin 3 Weight",
                      "icon": "mdi:basket-fill"
                    },
                    {
                      "type": "entity",
                      "entity": "sensor.sheller_bin_4_weight",
                      "name": "Bin 4 Weight",
                      "icon": "mdi:basket-fill"
                    }
                  ]
                },
                {
                  "type": "entity",
                  "entity": "sensor.sheller_scale_stable",
                  "name": "Sheller Scale",
                  "icon": "mdi:scale"
                }
              ]
            },
            {
              "title": "Precision Scale",
              "type": "vertical-stack",
              "cards": [
                {
                  "type": "horizontal-stack",
                  "cards": [
                    {
                      "type": "entity",
                      "entity": "sensor.precision_scale_stable",
                      "name": "Precision Scale",
                      "icon": "mdi:scale"
                    },
                    {
                      "type": "entity",
                      "entity": "input_select.activecup",
                      "icon": "mdi:weight-gram"
                    },
                    {
                      "type": "entity",
                      "entity": "input_select.mass_sample_mode",
                      "icon": "mdi:weight"
                    }
                  ]
                },
                {
                  "type": "entity",
                  "icon": "mdi:label-percent-outline",
                  "entity": "sensor.latest_half_yield_sample"
                }
              ]
            }
          ],
          "type": "sidebar"
        }
      ]
    }
  }
}