Skip to content

Conversation

eholtz
Copy link

@eholtz eholtz commented Aug 14, 2025

Proposed change

Added the tuya tze204 navtwmd0 temperature sensor to the zha tuya_sensors.py quirks

Additional information

No additional information available

Device diagnostics

{
"node_descriptor": {
"logical_type": 1,
"complex_descriptor_available": 0,
"user_descriptor_available": 0,
"reserved": 0,
"aps_flags": 0,
"frequency_band": 8,
"mac_capability_flags": 142,
"manufacturer_code": 4417,
"maximum_buffer_size": 66,
"maximum_incoming_transfer_size": 66,
"server_mask": 10752,
"maximum_outgoing_transfer_size": 66,
"descriptor_capability_field": 0
},
"endpoints": {
"1": {
"profile_id": "0x0104",
"device_type": "0x0051",
"input_clusters": [
"0x0000",
"0x0004",
"0x0005",
"0x0402",
"0xef00"
],
"output_clusters": [
"0x000a",
"0x0019"
]
},
"242": {
"profile_id": "0xa1e0",
"device_type": "0x0061",
"input_clusters": [],
"output_clusters": [
"0x0021"
]
}
},
"manufacturer": "_TZE204_navtwmd0",
"model": "TS0601",
"class": "zigpy.quirks.v2.CustomDeviceV2"
}

Checklist

  • The changes are tested and work correctly
  • pre-commit checks pass / the code has been formatted using Black
  • Tests have been added to verify that the new code works
  • Device diagnostics data has been attached

Copy link

codecov bot commented Aug 14, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.05%. Comparing base (a5c5914) to head (1a06173).
⚠️ Report is 11 commits behind head on dev.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev    #4264   +/-   ##
=======================================
  Coverage   92.05%   92.05%           
=======================================
  Files         350      350           
  Lines       11601    11602    +1     
=======================================
+ Hits        10679    10680    +1     
  Misses        922      922           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@TheJulianJES TheJulianJES changed the title New tuya tze204 navtwmd0 temperature sensor Add Tuya temperature sensor _TZE204_navtwmd0 Aug 24, 2025
@TheJulianJES TheJulianJES added Tuya Request/PR regarding a Tuya device needs review This PR should be reviewed soon, as it generally looks good. missing diagnostics The diagnostics file is missing and should likely be provided labels Aug 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
missing diagnostics The diagnostics file is missing and should likely be provided needs review This PR should be reviewed soon, as it generally looks good. Tuya Request/PR regarding a Tuya device
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants