working 2.0 clone
This commit is contained in:
90
.storage/lovelace.dashboard_scales
Normal file
90
.storage/lovelace.dashboard_scales
Normal file
@@ -0,0 +1,90 @@
|
||||
{
|
||||
"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",
|
||||
"name": "Sheller Scale",
|
||||
"icon": "mdi:scale"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Precision Scale",
|
||||
"type": "vertical-stack",
|
||||
"cards": [
|
||||
{
|
||||
"type": "horizontal-stack",
|
||||
"cards": [
|
||||
{
|
||||
"type": "entity",
|
||||
"entity": "sensor.precision_scale",
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user