Skip to content

Commit

Permalink
Make more devices custom_entities (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
SukramJ authored Mar 6, 2022
1 parent 35492c3 commit b3542d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Version 0.36.1 (2022-02-27)
- Small climate fix
- Make more devices custom_entities

Version 0.36.0 (2022-02-24)
- Remove HA constants
Expand Down
1 change: 1 addition & 0 deletions hahomematic/devices/cover.py
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,7 @@ def make_rf_blind(
"HM-LC-Bl1-SM-2": (make_rf_cover, [1]),
"HM-LC-Bl1-SM": (make_rf_cover, [1]),
"HM-LC-Bl1PBU-FM": (make_rf_cover, [1]),
"HM-LC-DW-WM": (make_rf_cover, [1]),
"HM-LC-Ja1PBU-FM": (make_rf_blind, [1]),
"ZEL STG RM FEP 230V": (make_rf_blind, [1]),
"263 146": (make_rf_blind, [1]),
Expand Down
1 change: 1 addition & 0 deletions hahomematic/devices/light.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@ def make_ip_simple_fixed_color_light(
"HM-LC-Dim2L-SM": (make_rf_dimmer, [1, 2, 3, 4, 5, 6]),
"HM-LC-Dim2T-SM-2": (make_rf_dimmer, [1, 2, 3, 4, 5, 6]),
"HM-LC-Dim2T-SM": (make_rf_dimmer, [1, 2, 3, 4, 5, 6]),
"HM-LC-DW-WM": (make_rf_dimmer, [1, 2, 3, 4, 5, 6]),
"OLIGO.smart.iq.HM": (make_rf_dimmer, [1, 2, 3, 4, 5, 6]),
}

Expand Down

0 comments on commit b3542d1

Please sign in to comment.