Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
arsenyspb authored Oct 4, 2023
1 parent a597e6a commit 5166125
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions zhaquirks/tuya/ts000f_switch.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ class Tuya_1G_Wall_Switch_Metering(EnchantedDevice):
# input_clusters=[]
# output_clusters=["0x0021"]>
242: {
PROFILE_ID: zgp.PROFILE_ID,
DEVICE_TYPE: zgp.DeviceType.PROXY_BASIC,
INPUT_CLUSTERS: [],
OUTPUT_CLUSTERS: [GreenPowerProxy.cluster_id],
PROFILE_ID: zgp.PROFILE_ID,
DEVICE_TYPE: zgp.DeviceType.PROXY_BASIC,
INPUT_CLUSTERS: [],
OUTPUT_CLUSTERS: [GreenPowerProxy.cluster_id],
},
}
}
Expand Down

0 comments on commit 5166125

Please sign in to comment.