Projector: use new icon format

This commit is contained in:
Ranlvor 2018-06-24 17:50:41 +02:00
parent fe175c9055
commit 9db6d1c50a
Signed by untrusted user who does not match committer: Ranlvor
GPG key ID: 5E12D04750EF6F8E

View file

@ -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")
} }
] ]
}, },