Skip to content

Commit

Permalink
Fix light discovery for Matter dimmable plugin unit (#118404)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt authored and frenck committed May 29, 2024
1 parent 4fb6e59 commit a580d83
Show file tree
Hide file tree
Showing 3 changed files with 504 additions and 0 deletions.
1 change: 1 addition & 0 deletions homeassistant/components/matter/light.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@ def _check_transition_blocklist(self) -> None:
device_type=(
device_types.ColorTemperatureLight,
device_types.DimmableLight,
device_types.DimmablePlugInUnit,
device_types.ExtendedColorLight,
device_types.OnOffLight,
),
Expand Down
Loading

0 comments on commit a580d83

Please sign in to comment.