Skip to content

Commit

Permalink
v. 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stas-demydiuk committed May 2, 2020
1 parent 98a7e83 commit e93b955
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

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

## 0.1.0
- Update adapter for Nue / 3A Smart in-wall switch (HGZB-01A)
Expand Down
3 changes: 3 additions & 0 deletions SUPPORTED_DEVICES.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,9 @@ If your device is not listed in the list below but [zigbee2mqtt supports](https:
- Shenzhen Homa Wireless dimmable controller
- Shenzhen Homa ZigBee AC phase-cut dimmer

# Sinope
- Sinope Zigbee line volt thermostat

### Smart Home Pty
- Smart Home Pty RGBW Downlight
- Smart Home Pty Power plug
Expand Down
2 changes: 1 addition & 1 deletion adapters/sinope/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@


sinope_adapters = {
'TH1124ZB': TH1124ZB, # Bitron Compact magnetic contact sensor
'TH1124ZB': TH1124ZB, # Sinope Zigbee line volt thermostat
}

0 comments on commit e93b955

Please sign in to comment.