Skip to content

Commit c9e0df1

Browse files
authored
feat: Innr AE 270 T: expose power on behavior (#9036)
1 parent dedbf69 commit c9e0df1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/devices/innr.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ export const definitions: DefinitionWithExtend[] = [
623623
model: "AE 270 T",
624624
vendor: "Innr",
625625
description: "E26/24 bulb 1100lm, dimmable, white spectrum",
626-
extend: [m.light({colorTemp: {range: [154, 500]}, turnsOffAtBrightness1: true, powerOnBehavior: false})],
626+
extend: [m.light({colorTemp: {range: [154, 500]}, turnsOffAtBrightness1: true})],
627627
ota: true,
628628
},
629629
{

0 commit comments

Comments
 (0)