Projector: use new icon format
This commit is contained in:
parent
fe175c9055
commit
9db6d1c50a
1 changed files with 2 additions and 2 deletions
|
|
@ -324,7 +324,7 @@ const config : Config = {
|
||||||
projector: {
|
projector: {
|
||||||
name: "Beamer",
|
name: "Beamer",
|
||||||
position: [415, 590],
|
position: [415, 590],
|
||||||
icon: "projector flip-v",
|
icon: mdi("projector flip-v"),
|
||||||
iconColor: ({projector}) =>
|
iconColor: ({projector}) =>
|
||||||
({
|
({
|
||||||
transient_on: hex("#b3b300"),
|
transient_on: hex("#b3b300"),
|
||||||
|
|
@ -339,7 +339,7 @@ const config : Config = {
|
||||||
text: "Beamer",
|
text: "Beamer",
|
||||||
topic: "projector",
|
topic: "projector",
|
||||||
toggled: val => val == "transient_on" || val == "on",
|
toggled: val => val == "transient_on" || val == "on",
|
||||||
icon: "power"
|
icon: mdi("power")
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue