Skip to content

Commit e93b955

Browse files
committed
v. 0.2.0
1 parent 98a7e83 commit e93b955

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## master
3+
## 0.2.0
44
- Support for "stop" command for blinds adapter
55
- Support for "skip" action on Ikea Symfonisk
66
- Support for `rgb` and `rgbw` zigbee groups
@@ -50,6 +50,7 @@ New devices:
5050
- Shenzhen Homa Smart LED driver
5151
- Shenzhen Homa Wireless dimmable controller
5252
- Shenzhen Homa ZigBee AC phase-cut dimmer
53+
- Sinope Zigbee line volt thermostat
5354

5455
## 0.1.0
5556
- Update adapter for Nue / 3A Smart in-wall switch (HGZB-01A)

SUPPORTED_DEVICES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,9 @@ If your device is not listed in the list below but [zigbee2mqtt supports](https:
322322
- Shenzhen Homa Wireless dimmable controller
323323
- Shenzhen Homa ZigBee AC phase-cut dimmer
324324

325+
# Sinope
326+
- Sinope Zigbee line volt thermostat
327+
325328
### Smart Home Pty
326329
- Smart Home Pty RGBW Downlight
327330
- Smart Home Pty Power plug

adapters/sinope/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33

44
sinope_adapters = {
5-
'TH1124ZB': TH1124ZB, # Bitron Compact magnetic contact sensor
5+
'TH1124ZB': TH1124ZB, # Sinope Zigbee line volt thermostat
66
}

0 commit comments

Comments
 (0)