-
Notifications
You must be signed in to change notification settings - Fork 2
/
strings.json
62 lines (62 loc) · 1.52 KB
/
strings.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
62
{
"config": {
"flow_title": "{name}",
"step": {
"user": {
"data": {
"address": "Bluetooth address"
}
}
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"abort": {
"not_supported": "Device not supported",
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]"
}
},
"entity": {
"sensor": {
"target_one_x": {
"name": "Target One X"
},
"target_one_y": {
"name": "Target One Y"
},
"target_one_speed": {
"name": "Target One Speed"
},
"target_one_resolution": {
"name": "Target One Resolution"
},
"target_two_x": {
"name": "Target Two X"
},
"target_two_y": {
"name": "Target Two Y"
},
"target_two_speed": {
"name": "Target Two Speed"
},
"target_two_resolution": {
"name": "Target Two Resolution"
},
"target_three_x": {
"name": "Target Three X"
},
"target_three_y": {
"name": "Target Three Y"
},
"target_three_speed": {
"name": "Target Three Speed"
},
"target_three_resolution": {
"name": "Target Three Resolution"
}
}
}
}