Skip to content

Commit 0502b9e

Browse files
authored
fix: Rename AEOTEC -> Aeotec (#7982)
1 parent 10bcfa7 commit 0502b9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/devices/aeotec.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const definitions: DefinitionWithExtend[] = [
2525
{
2626
zigbeeModel: ['ZGA002'],
2727
model: 'ZGA002',
28-
vendor: 'AEOTEC',
28+
vendor: 'Aeotec',
2929
description: 'Pico switch with power meter',
3030
extend: [
3131
deviceEndpoints({endpoints: {'1': 1, '2': 2, '3': 3}, multiEndpointSkip: ['state', 'voltage', 'power', 'current', 'energy']}),
@@ -40,7 +40,7 @@ const definitions: DefinitionWithExtend[] = [
4040
{
4141
zigbeeModel: ['ZGA003'],
4242
model: 'ZGA003',
43-
vendor: 'AEOTEC',
43+
vendor: 'Aeotec',
4444
description: 'Pico switch duo with power meter',
4545
extend: [
4646
deviceEndpoints({endpoints: {'1': 1, '2': 2, '3': 3, '4': 4}}),
@@ -55,7 +55,7 @@ const definitions: DefinitionWithExtend[] = [
5555
{
5656
zigbeeModel: ['ZGA004'],
5757
model: 'ZGA004',
58-
vendor: 'AEOTEC',
58+
vendor: 'Aeotec',
5959
description: 'Pico shutter',
6060
extend: [
6161
deviceEndpoints({endpoints: {'1': 1, '2': 2, '3': 3, '4': 4, '5': 5}}),

0 commit comments

Comments
 (0)