diff --git a/README.md b/README.md index d0418a47cd..07e5313ab2 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,7 @@ Supported devices: _TZE200_bh3n6gk8 / TS0601 _TZE200_1ibpyhdc / TS0601 _TZE200_ttcovulf / TS0601 + _TZE200_kb5noeto / TS0601 - Door/Windows Sensor TUYATEC-g3gl6cgy / RH3001 diff --git a/app.json b/app.json index 8581cd84ac..8c9a925067 100644 --- a/app.json +++ b/app.json @@ -4509,7 +4509,8 @@ "_TZE200_3towulqd", "_TZE200_bh3n6gk8", "_TZE200_1ibpyhdc", - "_TZE200_ttcovulf" + "_TZE200_ttcovulf", + "_TZE200_kb5noeto" ], "productId": [ "TS0601" diff --git a/drivers/motion_sensor_2/driver.compose.json b/drivers/motion_sensor_2/driver.compose.json index 9fb8dda5e2..0d03a99da2 100644 --- a/drivers/motion_sensor_2/driver.compose.json +++ b/drivers/motion_sensor_2/driver.compose.json @@ -24,7 +24,8 @@ "_TZE200_3towulqd", "_TZE200_bh3n6gk8", "_TZE200_1ibpyhdc", - "_TZE200_ttcovulf" + "_TZE200_ttcovulf", + "_TZE200_kb5noeto" ], "productId": [ "TS0601" @@ -42,4 +43,4 @@ } } } - } \ No newline at end of file + }