-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.homeychangelog.json
158 lines (158 loc) · 3.74 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
{
"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"
},
"2.1.0": {
"en": "Fixed issue introduced by rc88"
},
"2.2.0": {
"en": "Added option to delay start after Homey reboot"
},
"2.2.1": {
"en": "Support devices of class \"sensor\" and capability \"button\""
},
"2.2.2": {
"en": "Update to latest `homey-api` and added battery support"
},
"2.2.3": {
"en": "Added optional tamper state for water leak sensors'"
},
"2.2.4": {
"en": "Added tamper state for other sensors"
},
"2.2.5": {
"en": "Use alarm_battery for low battery status"
},
"2.2.7": {
"en": "Partially reverted changes made in v2.2.6"
},
"2.2.8": {
"en": "Added support for onoff locks (Bold)"
},
"2.2.9": {
"en": "Fix issue with Bold locks"
},
"2.2.10": {
"en": "Partial support for televisions"
},
"2.2.11": {
"en": "Fixed issue with tv map"
},
"2.2.12": {
"en": "Allow outlets/sockets to be dimmable"
},
"2.2.13": {
"en": "Correctly set temperature display units for thermostat and heatercooler"
},
"2.2.14": {
"en": "Fixed issue with thermostats that don't support `thermostat_mode`"
},
"2.2.15": {
"en": "Fixed issue with v2.2.14"
},
"2.2.16": {
"en": "Added support for `heatpump` device class"
},
"2.2.17": {
"en": "Bugfix"
},
"2.2.18": {
"en": "Work around `button.remove_node` capabilities that get added to Matter devices"
},
"2.3.0": {
"en": "Only expose visible capabilities to iOS"
},
"2.3.1": {
"en": "Tilt support for window coverings"
},
"2.3.2": {
"en": "Fixed issue with temperature units for thermostats"
},
"2.3.3": {
"en": "Also allow \"other\" device class to be considered for window coverings"
},
"2.3.4": {
"en": "Set Homekit target temperature limits to match Homey's"
},
"2.3.5": {
"en": "Hopefully fix issues with thermostat temperature units"
}
}