diff --git a/config/uwap-home/index.js b/config/uwap-home/index.js index ad84ca7..f929890 100644 --- a/config/uwap-home/index.js +++ b/config/uwap-home/index.js @@ -275,6 +275,7 @@ const config: Config = { ...topicBulbHomeRust("office", "x"), ...topicBulbHomeRust("office", "y"), ...topicBulbNumber("office", "brightness"), + ...topicBulbNumber("office", "color_temp"), ...topicBulbState("office"), @@ -764,6 +765,14 @@ const config: Config = { icon: svg(icons.mdiBrightness7), topic: "officebrightness" }, + { + type: "slider", + min: 250, + max: 454, + text: "Farbtemperatur", + icon: svg(icons.mdiWeatherSunsetDown), + topic: "officecolor_temp" + }, { type: "section", text: "RGB"