Skip to content

Commit

Permalink
Correct cp error
Browse files Browse the repository at this point in the history
  • Loading branch information
prairiesnpr committed Feb 22, 2025
1 parent 3ae16b1 commit f0d495d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions zhaquirks/tuya/tuya_motion.py
Original file line number Diff line number Diff line change
Expand Up @@ -1361,14 +1361,14 @@ class TuyaSensitivityMode(t.enum8):
)
.tuya_number(
dp_id=111,
attribute_name="detection_distance_min",
attribute_name="breath_detection_min",
type=t.uint16_t,
min_value=0,
max_value=600,
step=10,
unit=UnitOfLength.CENTIMETERS,
translation_key="detection_distance_min",
fallback_name="Minimum range",
translation_key="breath_detection_min",
fallback_name="Breath detection min",
)
.tuya_number(
dp_id=112,
Expand Down

0 comments on commit f0d495d

Please sign in to comment.