summaryrefslogtreecommitdiffstats
path: root/.storage/core.area_registry
blob: cfdf7e744a38240ed5cc766f7008486314d2a41a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
    "version": 1,
    "minor_version": 1,
    "key": "core.area_registry",
    "data": {
        "areas": [
            {
                "name": "Living Room",
                "id": "living_room",
                "picture": null
            },
            {
                "name": "Kitchen",
                "id": "kitchen",
                "picture": null
            },
            {
                "name": "Bedroom",
                "id": "bedroom",
                "picture": null
            },
            {
                "name": "Hall",
                "id": "hall",
                "picture": null
            },
            {
                "name": "Virtual",
                "id": "virtual",
                "picture": null
            },
            {
                "name": "Bathroom",
                "id": "bathroom",
                "picture": null
            },
            {
                "name": "Portable",
                "id": "portable",
                "picture": null
            },
            {
                "name": "Guestroom",
                "id": "guestroom",
                "picture": null
            },
            {
                "name": "KIT",
                "id": "kit",
                "picture": null
            }
        ]
    }
}