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": 7,
"key": "core.area_registry",
"data": {
"areas": [
{
"aliases": [],
"name": "Living Room",
"id": "living_room",
"picture": null,
"icon": null,
"floor_id": null,
"labels": [],
"created_at": "1970-01-01T00:00:00+00:00",
"modified_at": "1970-01-01T00:00:00+00:00"
},
{
"aliases": [],
"name": "Kitchen",
"id": "kitchen",
"picture": null,
"icon": null,
"floor_id": null,
"labels": [],
"created_at": "1970-01-01T00:00:00+00:00",
"modified_at": "1970-01-01T00:00:00+00:00"
},
{
"aliases": [],
"name": "Bedroom",
"id": "bedroom",
"picture": null,
"icon": null,
"floor_id": null,
"labels": [],
"created_at": "1970-01-01T00:00:00+00:00",
"modified_at": "1970-01-01T00:00:00+00:00"
}
]
}
}