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,42 @@
{
"version": 1,
"minor_version": 1,
"key": "lovelace.dashboard_moisture",
"data": {
"config": {
"views": [
{
"title": "Home",
"cards": [
{
"type": "entities",
"entities": [
{
"entity": "input_number.batch_weight"
},
{
"entity": "input_number.moisture_ambient_temperature"
},
{
"entity": "input_number.moisture_cold_soak_time"
},
{
"entity": "input_number.moisture_hot_bath_temperature"
},
{
"entity": "input_number.moisture_hot_soak_time"
},
{
"entity": "sensor.steinlite_moisture_content"
},
{
"entity": "sensor.steinlite_sample_temperature"
}
]
}
]
}
]
}
}
}