Skip to content

Commit

Permalink
Use custom Hue BasicCluster in replacement (#1813)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJulianJES authored Oct 8, 2022
1 parent 8f820d3 commit 2292c4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zhaquirks/philips/motion.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class PhilipsMotion(CustomDevice):
DEVICE_TYPE: zll.DeviceType.ON_OFF_SENSOR,
INPUT_CLUSTERS: [Basic.cluster_id],
OUTPUT_CLUSTERS: [
Basic.cluster_id,
BasicCluster,
Identify.cluster_id,
Groups.cluster_id,
Scenes.cluster_id,
Expand Down Expand Up @@ -147,7 +147,7 @@ class SignifyMotion(CustomDevice):
PROFILE_ID: zha.PROFILE_ID,
DEVICE_TYPE: zha.DeviceType.OCCUPANCY_SENSOR,
INPUT_CLUSTERS: [
Basic.cluster_id,
BasicCluster,
PowerConfiguration.cluster_id,
Identify.cluster_id,
IlluminanceMeasurement.cluster_id,
Expand Down

0 comments on commit 2292c4e

Please sign in to comment.