-
Notifications
You must be signed in to change notification settings - Fork 13
/
.homeychangelog.json
71 lines (71 loc) · 1.53 KB
/
.homeychangelog.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
63
64
65
66
67
68
69
70
71
{
"2.1.13": {
"en": "Update device after pair"
},
"3.0.0": {
"en": "add support for SDK 3"
},
"3.0.1": {
"en": "display negative temperature correctly, add todo for next release, change brand color and translations"
},
"3.0.2": {
"en": "filter known devices when pairing"
},
"3.0.3": {
"en": "bugfix when sync is in progress in action card 'Synchronise all sensor values'"
},
"3.0.4": {
"en": "bugfix no results when pairing and sync is in progress"
},
"4.0.0": {
"en": "Removed and migrated capabilities to correct homey syntax"
},
"4.0.1": {
"en": "add numeric value to flowcards & 🇩🇪"
},
"4.0.2": {
"en": "improve German translation"
},
"4.0.3": {
"en": "Add support for Xiaomi mi flora care max & add update device action"
},
"4.0.4": {
"en": "Bugfix resolved paths for new driver"
},
"4.0.5": {
"en": "Add debug information"
},
"4.0.6": {
"en": "Block zero values from flora max"
},
"4.0.7": {
"en": "Add changes for Homey 2023"
},
"4.0.8": {
"en": "Changes for supporting HP23"
},
"4.1.0": {
"en": "Introducing capability alarms"
},
"4.1.1": {
"en": "Removing env files"
},
"4.1.2": {
"en": "Removing correct env file"
},
"4.1.3": {
"en": "Improve check for disable alarms"
},
"4.2.0": {
"en": "Added support for cloud devices (Homey Bridge)"
},
"4.3.0": {
"en": "Add sensor widget"
},
"4.3.1": {
"en": "Removed unused import"
},
"4.3.2": {
"en": "Improve contrast"
}
}