-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.homeychangelog.json
More file actions
80 lines (80 loc) · 2.19 KB
/
Copy path.homeychangelog.json
File metadata and controls
80 lines (80 loc) · 2.19 KB
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
{
"0.1.0": {
"en": "First version."
},
"0.2.0": {
"en": "Added support for Home Assistant Switches and Binary Sensors."
},
"0.2.1": {
"en": "Fixes Door, Occupancy and Openings alarm types."
},
"0.2.2": {
"en": "Fixes for On/Off capabilities."
},
"0.3.0": {
"en": "Added support for Home Assistant media_player entities. Fixed support for sensor and binary_sensor custom values. Fixed switching between light color modes."
},
"0.3.1": {
"en": "Updated default icons for device classes."
},
"0.3.2": {
"en": "Added Dutch translations."
},
"0.3.3": {
"en": "Updated app description."
},
"0.3.4": {
"en": "Improved pairing instructions."
},
"0.4.0": {
"en": "Added support for Home Assistant devices with Cover entities."
},
"0.5.0": {
"en": "Swap default port on protocol change"
},
"0.5.1": {
"en": "Fixed possible undefined value"
},
"0.6.0": {
"en": "Added support for Fan and Vacuum devices, fixes an issue with missing flowcards and update Home Assistant logo."
},
"0.6.1": {
"en": "Fixed migration of switch device capablities."
},
"0.6.2": {
"en": "Fixes issues with migration of capabilities."
},
"0.6.3": {
"en": "Added unit conversion for temperature sensors"
},
"0.7.0": {
"en": "Added translations."
},
"0.7.1": {
"en": "Fixed issue where devices would sometimes remain unavailable after pairing"
},
"0.7.2": {
"en": "Fixed possible error during pairing"
},
"1.0.0": {
"en": "Added support for new capabilities, improved mDNS discovery, improved unit conversion, fixed several bugs."
},
"1.1.0": {
"en": "Updated light temperature to use Kelvin instead of mireds. Fixed issues including device availability, inverted sensor values and others."
},
"1.2.0": {
"en": "Added support for several new capabilities."
},
"1.2.1": {
"en": "Fix for mower capability "
},
"1.2.2": {
"en": "Fixed issue where some thermostat would use the wrong temperature unit conversion"
},
"1.2.3": {
"en": "Fixed temperature conversion errors for select thermostats"
},
"1.2.4": {
"en": "Fixed bug where pairing screen would sometimes not show."
}
}