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", "x"),
|
||||||
...topicBulbHomeRust("office", "y"),
|
...topicBulbHomeRust("office", "y"),
|
||||||
...topicBulbNumber("office", "brightness"),
|
...topicBulbNumber("office", "brightness"),
|
||||||
|
...topicBulbNumber("office", "color_temp"),
|
||||||
...topicBulbState("office"),
|
...topicBulbState("office"),
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -764,6 +765,14 @@ const config: Config = {
|
||||||
icon: svg(icons.mdiBrightness7),
|
icon: svg(icons.mdiBrightness7),
|
||||||
topic: "officebrightness"
|
topic: "officebrightness"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
type: "slider",
|
||||||
|
min: 250,
|
||||||
|
max: 454,
|
||||||
|
text: "Farbtemperatur",
|
||||||
|
icon: svg(icons.mdiWeatherSunsetDown),
|
||||||
|
topic: "officecolor_temp"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
type: "section",
|
type: "section",
|
||||||
text: "RGB"
|
text: "RGB"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue