Skip to content

Commit

Permalink
Add ELV-SH-WUA / HmIP-WUA (#1628)
Browse files Browse the repository at this point in the history
  • Loading branch information
SukramJ authored Aug 8, 2024
1 parent ec33a8e commit 70a6adf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version 2024.8.2(2024-08-08)

- Add ELV-SH-WUA / HmIP-WUA

# Version 2024.8.1(2024-08-02)

- Refactor entity path
Expand Down
2 changes: 2 additions & 0 deletions hahomematic/platforms/custom/light.py
Original file line number Diff line number Diff line change
Expand Up @@ -1016,6 +1016,7 @@ def make_ip_drg_dali_light(
"263 132": CustomConfig(make_ce_func=make_rf_dimmer, channels=(1,)),
"263 133": CustomConfig(make_ce_func=make_rf_dimmer_with_virt_channel, channels=(1,)),
"263 134": CustomConfig(make_ce_func=make_rf_dimmer, channels=(1,)),
"ELV-SH-WUA": CustomConfig(make_ce_func=make_ip_dimmer, channels=(1,)),
"HBW-LC4-IN4-DR": CustomConfig(
make_ce_func=make_rf_dimmer,
channels=(
Expand Down Expand Up @@ -1146,6 +1147,7 @@ def make_ip_drg_dali_light(
}
),
),
"HmIP-WUA": CustomConfig(make_ce_func=make_ip_dimmer, channels=(1,)),
"HmIPW-DRD3": CustomConfig(
make_ce_func=make_ip_dimmer,
channels=(1, 5, 9),
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "hahomematic"
version = "2024.8.1"
version = "2024.8.2"
license = {text = "MIT License"}
description = "Homematic interface for Home Assistant running on Python 3."
readme = "README.md"
Expand Down

0 comments on commit 70a6adf

Please sign in to comment.