Status Notaus -> Strom Fablab

Weil verwirrung „wenn der Not-AUS an ist, ist der Strom dann an oder aus?“
This commit is contained in:
Ranlvor 2018-08-28 19:41:47 +02:00
parent d9f4ca7998
commit 25e2389484
Signed by untrusted user who does not match committer: Ranlvor
GPG key ID: 5E12D04750EF6F8E

View file

@ -780,7 +780,7 @@ const config: Config = {
]
},
nebenraum_power_status: {
name: "Notaus Fablab",
name: "Strom Fablab",
position: [613, 537],
icon: ({nebenraum_power_status}) =>
nebenraum_power_status == "on" ? rawMdi("flash") : rawMdi("flash-off"),
@ -790,7 +790,7 @@ const config: Config = {
{
type: "text",
icon: mdi("power"),
text: "Status Notaus",
text: "Strom Fablab",
topic: "nebenraum_power_status"
}
]