File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## master
3
+ ## 0.2.0
4
4
- Support for "stop" command for blinds adapter
5
5
- Support for "skip" action on Ikea Symfonisk
6
6
- Support for ` rgb ` and ` rgbw ` zigbee groups
@@ -50,6 +50,7 @@ New devices:
50
50
- Shenzhen Homa Smart LED driver
51
51
- Shenzhen Homa Wireless dimmable controller
52
52
- Shenzhen Homa ZigBee AC phase-cut dimmer
53
+ - Sinope Zigbee line volt thermostat
53
54
54
55
## 0.1.0
55
56
- Update adapter for Nue / 3A Smart in-wall switch (HGZB-01A)
Original file line number Diff line number Diff line change @@ -322,6 +322,9 @@ If your device is not listed in the list below but [zigbee2mqtt supports](https:
322
322
- Shenzhen Homa Wireless dimmable controller
323
323
- Shenzhen Homa ZigBee AC phase-cut dimmer
324
324
325
+ # Sinope
326
+ - Sinope Zigbee line volt thermostat
327
+
325
328
### Smart Home Pty
326
329
- Smart Home Pty RGBW Downlight
327
330
- Smart Home Pty Power plug
Original file line number Diff line number Diff line change 2
2
3
3
4
4
sinope_adapters = {
5
- 'TH1124ZB' : TH1124ZB , # Bitron Compact magnetic contact sensor
5
+ 'TH1124ZB' : TH1124ZB , # Sinope Zigbee line volt thermostat
6
6
}
You can’t perform that action at this time.
0 commit comments