uwap-home: Display current kitchen temperature
Because we are subscribed to that topic anyway
This commit is contained in:
parent
a25d7cc01d
commit
01ed36e5be
1 changed files with 6 additions and 0 deletions
|
|
@ -666,6 +666,12 @@ const config: Config = {
|
||||||
: svg(icons.mdiThermometer)
|
: svg(icons.mdiThermometer)
|
||||||
)),
|
)),
|
||||||
ui: [
|
ui: [
|
||||||
|
{
|
||||||
|
type: "text",
|
||||||
|
text: "Istwert:",
|
||||||
|
icon: svg(icons.mdiThermometer),
|
||||||
|
topic: "temperatureKitchen"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
type: "slider",
|
type: "slider",
|
||||||
min: 0,
|
min: 0,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue