Skip to content

Commit

Permalink
Fix cover device mapping (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
SukramJ authored Mar 6, 2022
1 parent b3542d1 commit 1536761
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
Version 0.36.1 (2022-02-27)
Version 0.36.2 (2022-03-06)
- Fix cover device mapping

Version 0.36.1 (2022-03-06)
- Small climate fix
- Make more devices custom_entities

Expand Down
2 changes: 1 addition & 1 deletion hahomematic/devices/cover.py
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +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-JaX": (make_rf_blind, [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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def readme():
},
PACKAGE_NAME = "hahomematic"
HERE = os.path.abspath(os.path.dirname(__file__))
VERSION = "0.36.1"
VERSION = "0.36.2"

PACKAGES = find_packages(exclude=["tests", "tests.*", "dist", "build"])

Expand Down

0 comments on commit 1536761

Please sign in to comment.