forked from robertklep/name.klep.homekitty
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.homeychangelog.json
83 lines (83 loc) · 1.9 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
72
73
74
75
76
77
78
79
80
81
82
83
{
"1.0.0": {
"en": "First release of a complete rewrite of HomeyKit"
},
"1.0.1": {
"en": "Bugfixes and new Virtual Button device"
},
"1.0.2": {
"en": "Cleanups, fixes, renamed Virtual Button to Flow Starter, more device support"
},
"1.0.3": {
"en": "Fixed issue with humidity sensor"
},
"1.0.4": {
"en": "Bugfixes"
},
"1.0.5": {
"en": "Improved app settings"
},
"1.1.0": {
"en": "Rewritten mapping logic, streamlined settings page"
},
"1.2.0": {
"en": "Rewrote app settings, bugfixes and additiona device support"
},
"1.2.1": {
"en": "Fixed issue with positionless window coverings"
},
"1.2.2": {
"en": "Fixed issue with Homey.api()"
},
"1.2.3": {
"en": "Fixed issue with state-only window coverings"
},
"1.2.4": {
"en": "Fix more issues with state-only window coverings"
},
"1.2.5": {
"en": "Hopefully last fix for positionless window coverings"
},
"1.2.6": {
"en": "Prevent virtual devices to lose their configuration"
},
"1.2.7": {
"en": "Added support for Eufy Security doorbell device"
},
"1.2.8": {
"en": "Updated to latest version of homey-api and extended contact sensor map to allow \"other\" class"
},
"1.2.9": {
"en": "Rewrote state-based windowcoverings mapper"
},
"1.2.10": {
"en": "Work around Web API bug"
},
"1.3.0": {
"en": "Better handle device update events"
},
"1.3.1": {
"en": "Allow sensor devices to have onoff capability"
},
"1.3.2": {
"en": "Bugfix"
},
"1.4.0": {
"en": "Debounce dim/brightness changes"
},
"1.4.1": {
"en": "Sort device list"
},
"1.4.2": {
"en": "Upgraded to latest homey-api"
},
"1.4.3": {
"en": "Fix issue with buttons being triggered too many times"
},
"2.0.0": {
"en": "Compatibility with HP2023 and `homey-api@3`"
},
"2.0.1": {
"en": "Keep track of target state for home alarms"
}
}