From fbbbfd98cee8d2c9c89291ad61e6eecac890ed41 Mon Sep 17 00:00:00 2001 From: Ranlvor Date: Tue, 28 Aug 2018 21:39:04 +0200 Subject: [PATCH] Status Notaus -> Strom Fablab (#76) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Weil verwirrung „wenn der Not-AUS an ist, ist der Strom dann an oder aus?“ --- config/rzl/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/rzl/index.js b/config/rzl/index.js index c715c6f..853ede2 100644 --- a/config/rzl/index.js +++ b/config/rzl/index.js @@ -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" } ]