We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e7fb61 commit 70d37ceCopy full SHA for 70d37ce
zhaquirks/tuya/mcu/__init__.py
@@ -788,7 +788,7 @@ def soil_moisture(
788
] = lambda x: x * 100,
789
) -> QuirkBuilder:
790
"""Add a Tuya Soil Moisture Configuration."""
791
- self.add_tuya_dp(
+ self.tuya_dp(
792
dp_id,
793
soil_cfg.ep_attribute,
794
"measured_value",
@@ -811,7 +811,7 @@ def temperature(
811
812
813
814
815
816
temp_cfg.ep_attribute,
817
0 commit comments