USDA Pecan IOT Facility first public backup

This commit is contained in:
2024-09-25 10:01:13 -04:00
commit bffaec3a88
700 changed files with 44564 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"
}
]
}
]
}
]
}
}
}