This repository has been archived by the owner on Mar 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
/
.homeychangelog.json
89 lines (89 loc) · 2.13 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
{
"0.2.0": {
"en": "Initial implementation"
},
"0.2.1": {
"en": "Fixed bug with wrong object in Flow cards"
},
"0.3.0": {
"en": "Added support for power monitoring"
},
"0.3.1": {
"en": "Small fixes"
},
"0.3.2": {
"en": "Readme file fixed"
},
"0.4.0": {
"en": "Device availability monitoring improved"
},
"0.4.5": {
"en": "Now works with devices configured fore Home Assistant. Fixed onoff capability behaviour"
},
"0.4.6": {
"en": "MQTT client connection detection improved"
},
"0.4.7": {
"en": "Bug fixes"
},
"0.4.8": {
"en": "Sending Power0 command replaced by separate commands per socket"
},
"0.5.0": {
"en": "Dim support added"
},
"0.6.0": {
"en": "Added support for white temperature and light color control"
},
"0.6.1": {
"en": "Fixed bug with wrong device tile state"
},
"0.6.2": {
"en": "Fixed bug with multiple triggers when switch device from web"
},
"0.7.0": {
"en": "Added support for devices with fan (Sonoff iFan02 and iFan03). Added new icons based on device type (only for newly added devices)"
},
"0.7.1": {
"en": "Icons name fixed"
},
"0.7.2": {
"en": "Icons name fixed"
},
"0.8.0": {
"en": "Added sensors support"
},
"0.8.1": {
"en": "Added support for switches as sensors"
},
"0.8.2": {
"en": "Added support for switches TVOC and eCO2 sensor values"
},
"0.8.3": {
"en": "Added support for switches TVOC and eCO2 sensor values (fixed)"
},
"0.8.5": {
"en": "Shutters support (only one shutters device supported). Improved device detection."
},
"0.8.6": {
"en": "Added support for counters and analog inputs. Minor fixes."
},
"0.8.7": {
"en": "Homey SDK 3 support added. Minor fixes and improvements."
},
"0.9.0": {
"en": "Added experimental suipport for Sonoff zigbee bridge and some zigbee sensors."
},
"0.9.1": {
"en": "Improvements and bugfixes. New zigbee devices id value."
},
"0.9.2": {
"en": "Some flow cards fixed."
},
"0.10.0": {
"en": "Test version for icon changing mechanism"
},
"0.10.1": {
"en": "Bug fixes"
}
}