This commit is contained in:
2026-03-26 12:10:21 +01:00
parent 1f4970c17c
commit d4d76db890
877 changed files with 631941 additions and 26195 deletions

56
.storage.backup/schedule Normal file
View File

@@ -0,0 +1,56 @@
{
"version": 1,
"minor_version": 1,
"key": "schedule",
"data": {
"items": [
{
"id": "verwarming",
"name": "Verwarming Woonkamer",
"icon": "mdi:heat-wave",
"wednesday": [
{
"from": "08:00:00",
"to": "22:30:00"
}
],
"friday": [
{
"from": "08:00:00",
"to": "22:30:00"
}
],
"sunday": [
{
"from": "08:00:00",
"to": "22:30:00"
}
],
"tuesday": [
{
"from": "17:00:00",
"to": "22:30:00"
}
],
"monday": [
{
"from": "17:00:00",
"to": "22:30:00"
}
],
"saturday": [
{
"from": "08:00:00",
"to": "22:30:00"
}
],
"thursday": [
{
"from": "17:00:00",
"to": "22:30:00"
}
]
}
]
}
}