Skip to content

Commit

Permalink
Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
SanMiggel committed Jun 30, 2023
1 parent 1067062 commit 3294ead
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions custom_components/tuya_ble/number.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,23 @@ class TuyaBLECategoryNumberMapping:
],
},
),
"ggq": TuyaBLECategoryNumberMapping(
products={
"6pahkcau": [ # Irrigation computer
TuyaBLENumberMapping(
dp_id=5,
description=NumberEntityDescription(
key="countdown_duration",
icon="mdi:timer",
native_max_value=1440,
native_min_value=1,
native_unit_of_measurement=TIME_MINUTES,
native_step=1,
),
),
],
},
),
}


Expand Down

0 comments on commit 3294ead

Please sign in to comment.