Skip to content

Commit 2008427

Browse files
committed
Revert to 1800 seconds as explained here : zigpy#3926 (comment)
1 parent a8a7c59 commit 2008427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zhaquirks/thirdreality/watering_kit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class AttributeDefs(BaseAttributeDefs):
3737
.number(
3838
attribute_name=ThirdRealityWateringKitCluster.AttributeDefs.water_duration.name,
3939
min_value=10,
40-
max_value=7200,
40+
max_value=1800,
4141
step=10,
4242
device_class=NumberDeviceClass.DURATION,
4343
unit=UnitOfTime.SECONDS,

0 commit comments

Comments
 (0)