Skip to content

Commit

Permalink
fix(ignore): TuYa -> Tuya #22876
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Jun 1, 2024
1 parent 6924db7 commit 457ed86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/wrong_device.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ body:
id: model
attributes:
label: Model
description: Expected model, model that is printed on the device, for TuYa device this is NOT something like TS0601 or _TZE200_cf1sl3tj
description: Expected model, model that is printed on the device, for Tuya device this is NOT something like TS0601 or _TZE200_cf1sl3tj
placeholder: RTCGQ01LM
validations:
required: true
Expand Down
4 changes: 2 additions & 2 deletions test/publish.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ describe('Publish', () => {
);
});

it('Should publish messages to TuYa switch with dummy endpoints', async () => {
it('Should publish messages to Tuya switch with dummy endpoints', async () => {
const device = zigbeeHerdsman.devices.TS0601_switch;
const endpoint = device.getEndpoint(1);
await MQTT.events.message('zigbee2mqtt/TS0601_switch/set', stringify({state_l2: 'ON'}));
Expand All @@ -240,7 +240,7 @@ describe('Publish', () => {
);
});

it('Should publish messages to TuYa cover switch with dummy endpoints', async () => {
it('Should publish messages to Tuya cover switch with dummy endpoints', async () => {
const device = zigbeeHerdsman.devices.TS0601_cover_switch;
const endpoint = device.getEndpoint(1);
await MQTT.events.message('zigbee2mqtt/TS0601_cover_switch/set', stringify({state: 'OPEN'}));
Expand Down

0 comments on commit 457ed86

Please sign in to comment.