-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathentity_registry.json
61 lines (59 loc) · 1.62 KB
/
entity_registry.json
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
55
56
57
58
59
60
61
{
"version": 1,
"key": "core.entity_registry",
"data": {
"light": [
{
"entity_id": "corner_light",
"original_name": "Corner Light",
"brightness_pct": 100
},
{
"entity_id": "tradfri_bulb_3",
"original_name": "Kelsey's light",
"brightness_pct": 100
},
{
"entity_id": "lounge_front",
"original_name": "Lounge Front",
"brightness_pct": 100,
"kelvin": 5300,
"kelvin_min": 2200,
"kelvin_max": 4000
},
{
"entity_id": "lounge_back",
"original_name": "Lounge Back",
"brightness_pct": 100,
"kelvin": 5300,
"kelvin_min": 2200,
"kelvin_max": 4000
},
{
"entity_id": "origami",
"original_name": "Origami",
"brightness_pct": 100
},
{
"entity_id": "desklamp",
"original_name": "Desk Lamp",
"brightness_pct": 100,
"kelvin": 5300,
"kelvin_min": 2700,
"kelvin_max": 6500
}
],
"switch":[
{
"entity_id": "fire",
"original_name": "Fire place"
}
],
"cover": [
{
"entity_id": "tradfri_blind",
"original_name": "Blinds"
}
]
}
}