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: {
|
||||
name: "Beamer",
|
||||
position: [415, 590],
|
||||
icon: "projector flip-v",
|
||||
icon: mdi("projector flip-v"),
|
||||
iconColor: ({projector}) =>
|
||||
({
|
||||
transient_on: hex("#b3b300"),
|
||||
|
|
@ -339,7 +339,7 @@ const config : Config = {
|
|||
text: "Beamer",
|
||||
topic: "projector",
|
||||
toggled: val => val == "transient_on" || val == "on",
|
||||
icon: "power"
|
||||
icon: mdi("power")
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue