Skip to content

Commit 610156f

Browse files
[autofix.ci] apply automated fixes
1 parent 97e14c3 commit 610156f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/devices/silicon_labs.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
import * as m from 'zigbee-herdsman-converters/lib/modernExtend';
1+
import * as m from "zigbee-herdsman-converters/lib/modernExtend";
22
import type {DefinitionWithExtend} from "../lib/types";
33

44
export const definitions: DefinitionWithExtend[] = [
55
{
6-
zigbeeModel: ['TS0601'],
7-
model: 'TS0601',
8-
vendor: '_TZE28C1000000_alh14edn',
9-
description: 'Automatically generated definition',
10-
extend: [m.battery()],
6+
zigbeeModel: ["TS0601"],
7+
model: "TS0601",
8+
vendor: "_TZE28C1000000_alh14edn",
9+
description: "Automatically generated definition",
10+
extend: [m.battery()],
1111
},
1212
];

0 commit comments

Comments
 (0)