office: +color_temp

This commit is contained in:
Ranlvor 2022-01-18 19:23:20 +01:00
parent f2f5e3441b
commit ca2bef4248
Signed by untrusted user who does not match committer: Ranlvor
GPG key ID: 5E12D04750EF6F8E

View file

@ -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"