Skip to content

Commit 0208c0c

Browse files
committed
init test
1 parent 086647a commit 0208c0c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/test_tuya_sensor.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
("_TZE200_ydrdfkim", "TS0601", 100, 10, False),
3838
("_TZE284_locansqn", "TS0601", 100, 10, False),
3939
("_TZE200_vvmbj46n", "TS0601", 100, 10, True),
40+
("_TZE204_upagmta9", "TS0601", 100, 10, False),
4041
],
4142
)
4243
async def test_handle_get_data(
@@ -163,3 +164,6 @@ def test_valid_attributes(zigpy_device_from_v2_quirk):
163164
assert {temperature_attr_id} == temperature_cluster._VALID_ATTRIBUTES
164165
assert {humidity_attr_id} == humidity_cluster._VALID_ATTRIBUTES
165166
assert {power_attr_id} == power_config_cluster._VALID_ATTRIBUTES
167+
168+
169+
# _TZE204_upagmta9

0 commit comments

Comments
 (0)