working 2.0 clone

This commit is contained in:
root
2024-10-01 14:06:39 +00:00
commit 873064d680
704 changed files with 46961 additions and 0 deletions

View File

@@ -0,0 +1,58 @@
{
"version": 1,
"minor_version": 1,
"key": "lovelace.dashboard_sheller",
"data": {
"config": {
"views": [
{
"title": "Overview",
"cards": [
{
"type": "entities",
"entities": [
{
"entity": "number.sheller_angle"
},
{
"entity": "input_number.sheller_paddle_rpm"
},
{
"entity": "input_number.sheller_drum_rpm"
},
{
"entity": "input_number.sheller_ring_gap"
}
]
},
{
"type": "entities",
"entities": [
"sensor.sheller_bin_1_weight",
"sensor.sheller_bin_2_weight",
"sensor.sheller_bin_3_weight",
"sensor.sheller_bin_4_weight"
]
},
{
"type": "entities",
"entities": [
"switch.shellyplus1_cc7b5c0d0eb4_switch_0",
"light.shellyplus010v_e86beae4d350_light_0",
"switch.shellyplus1_cc7b5c0d316c_switch_0",
"light.shellyplus010v_e86beae4df24_light_0"
]
},
{
"type": "entities",
"entities": [
"sensor.shelling_machine_drum_rpm",
"sensor.shelling_machine_paddle_rpm"
]
}
]
}
]
}
}
}