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 3294ead commit 4b734a7
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions custom_components/tuya_ble/number.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,25 @@ class TuyaBLECategoryNumberMapping:
],
},
),
"znhsb": TuyaBLECategoryNumberMapping(
products={
"cdlandip": # Smart water bottle
[
TuyaBLENumberMapping(
dp_id=103,
description=NumberEntityDescription(
key="recommended_water_intake",
device_class=NumberDeviceClass.WATER,
native_max_value=5000,
native_min_value=0,
native_unit_of_measurement=VOLUME_MILLILITERS,
native_step=1,
entity_category=EntityCategory.CONFIG,
),
),
],
},
),
"ggq": TuyaBLECategoryNumberMapping(
products={
"6pahkcau": [ # Irrigation computer
Expand Down

0 comments on commit 4b734a7

Please sign in to comment.