Skip to content
This repository was archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
Device Support for HmIP-DRSI1 (#356)
Browse files Browse the repository at this point in the history
* Add support for HmIPW-Devices (DRD3, SPI, DRBL4) (#310)

* Added support for HmIPW-DRD3, HmIPW-SPI and HmIPW-DRBL4

* Fix whitespace

Co-authored-by: Daniel Perna <[email protected]>

* support rx_mode (#313)

* support rx_mode

* fix whitespace

* feat: add device support for HmIP-DRSI1

Co-authored-by: P0L0 <[email protected]>
Co-authored-by: Daniel Perna <[email protected]>
Co-authored-by: Steffen Rusitschka <[email protected]>
Co-authored-by: Lukas Riegel <[email protected]>
  • Loading branch information
5 people authored Dec 13, 2020
1 parent e242835 commit ec2ca2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyhomematic/devicetypes/actors.py
Original file line number Diff line number Diff line change
Expand Up @@ -1037,6 +1037,7 @@ def set_color_temp(self, color_temp: float, channel=None):
"HmIP-PCBS-BAT": IPSwitch,
"HmIP-PMFS": IPSwitch,
"HmIP-MOD-OC8": IPSwitch,
"HmIP-DRSI1": IPSwitch,
"HmIP-DRSI4": IPSwitch,
"HmIP-BSL": IPKeySwitchLevel,
"HMIP-PSM": IPSwitchPowermeter,
Expand Down

0 comments on commit ec2ca2f

Please sign in to comment.