uwap-home: Display current kitchen temperature

Because we are subscribed to that topic anyway
This commit is contained in:
Ranlvor 2020-12-07 20:25:00 +01:00
parent a25d7cc01d
commit 01ed36e5be
Signed by untrusted user who does not match committer: Ranlvor
GPG key ID: 5E12D04750EF6F8E

View file

@ -666,6 +666,12 @@ const config: Config = {
: svg(icons.mdiThermometer)
)),
ui: [
{
type: "text",
text: "Istwert:",
icon: svg(icons.mdiThermometer),
topic: "temperatureKitchen"
},
{
type: "slider",
min: 0,