office: +color_temp
This commit is contained in:
parent
f2f5e3441b
commit
ca2bef4248
1 changed files with 9 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue