Skip to content

Commit

Permalink
Remove LevelControl cluster for IKEA INSPELNING plugs (#3379)
Browse files Browse the repository at this point in the history
  • Loading branch information
folfy authored Sep 24, 2024
1 parent cb0e013 commit d07b489
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zhaquirks/ikea/plug.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
(
QuirkBuilder(IKEA, "TRADFRI control outlet")
.also_applies_to(IKEA, "TRETAKT Smart plug")
.also_applies_to(IKEA, "INSPELNING Smart plug")
.removes(LevelControl.cluster_id)
.add_to_registry()
)

0 comments on commit d07b489

Please sign in to comment.