Fix icons
This commit is contained in:
parent
454619974d
commit
903e3f4080
1 changed files with 4 additions and 4 deletions
|
|
@ -618,28 +618,28 @@ const config : Config = {
|
||||||
loetarbeitsplatz4: {
|
loetarbeitsplatz4: {
|
||||||
name: "Lötarbeitsplatz",
|
name: "Lötarbeitsplatz",
|
||||||
position: [205, 455],
|
position: [205, 455],
|
||||||
icon: "eyedropper-variant",
|
icon: mdi("eyedropper-variant"),
|
||||||
iconColor: ({loetarbeitsplatz4}) => loetarbeitsplatz4 == "on" ? hex("#FF0000") : hex("#000000"),
|
iconColor: ({loetarbeitsplatz4}) => loetarbeitsplatz4 == "on" ? hex("#FF0000") : hex("#000000"),
|
||||||
ui: [
|
ui: [
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text",
|
||||||
text: "Status",
|
text: "Status",
|
||||||
topic: "loetarbeitsplatz4",
|
topic: "loetarbeitsplatz4",
|
||||||
icon: "eyedropper-variant"
|
icon: mdi("eyedropper-variant")
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
loetarbeitsplatz5: {
|
loetarbeitsplatz5: {
|
||||||
name: "Lötarbeitsplatz",
|
name: "Lötarbeitsplatz",
|
||||||
position: [205, 405],
|
position: [205, 405],
|
||||||
icon: "eyedropper-variant",
|
icon: mdi("eyedropper-variant"),
|
||||||
iconColor: ({loetarbeitsplatz5}) => loetarbeitsplatz5 == "on" ? hex("#FF0000") : hex("#000000"),
|
iconColor: ({loetarbeitsplatz5}) => loetarbeitsplatz5 == "on" ? hex("#FF0000") : hex("#000000"),
|
||||||
ui: [
|
ui: [
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text",
|
||||||
text: "Status",
|
text: "Status",
|
||||||
topic: "loetarbeitsplatz5",
|
topic: "loetarbeitsplatz5",
|
||||||
icon: "eyedropper-variant"
|
icon: mdi("eyedropper-variant")
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue