Skip to content

Commit

Permalink
Add MOES carbon monoxide detector _TZE200_rjxqso4a variant (#2848)
Browse files Browse the repository at this point in the history
  • Loading branch information
phrabec authored Dec 20, 2023
1 parent a0c4109 commit 6f07f6a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion zhaquirks/tuya/ts0601_gas.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,10 @@ def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)

signature = {
MODELS_INFO: [("_TZE200_ggev5fsl", "TS0601")],
MODELS_INFO: [
("_TZE200_ggev5fsl", "TS0601"),
("_TZE200_rjxqso4a", "TS0601"),
],
ENDPOINTS: {
1: {
PROFILE_ID: zigpy.profiles.zha.PROFILE_ID,
Expand Down

2 comments on commit 6f07f6a

@1jendameli
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hello, I'am new to quirks. I put the py file in a config path, updated the configuration.yaml. HA shows in a log that a quirk is installed. But my device is not showing funcions. I updated the Models_info of a new row ("_TZE204_chbyv06x", "TS0601"), but not working..
how to add a new Tuya gas detector model to be supported, please? thanks JAN

@1jendameli
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry, guys, not help needed. I've searched for this quirk: Sould it be populated to git? #2748 (comment)

Please sign in to comment.