Skip to content

Commit

Permalink
color-temperature-light.ts aktualisieren
Browse files Browse the repository at this point in the history
  • Loading branch information
t0bst4r authored Dec 22, 2024
1 parent c444321 commit d272e32
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,11 @@ export const ColorTemperatureLightType = Device.with(
HomeAssistantEntityBehavior,
LightOnOffServer,
LightLevelControlServer,
ColorControlServer.with("ColorTemperature"),
ColorControlServer
.with("ColorTemperature")
.set({
config: {
expandMinMaxTemperature: true
}
}),
);

0 comments on commit d272e32

Please sign in to comment.