Formating for the linter
This commit is contained in:
parent
9e388f4ae9
commit
e3eb924f1f
1 changed files with 6 additions and 7 deletions
|
|
@ -321,11 +321,10 @@ const config: Config = {
|
||||||
svg(icons.mdiFan).color(({fanBedroomState}) =>
|
svg(icons.mdiFan).color(({fanBedroomState}) =>
|
||||||
(fanBedroomState === "on" ? hex("#00FF00") : hex("#000000")))
|
(fanBedroomState === "on" ? hex("#00FF00") : hex("#000000")))
|
||||||
|
|
||||||
|
//Wintermodus => Heizungsstatus anzeigen
|
||||||
: s["heaterBedroomTsoll"] === "126.5" ?
|
: s["heaterBedroomTsoll"] === "126.5" ?
|
||||||
|
|
||||||
//Solltemperatur == aus
|
//Solltemperatur == aus
|
||||||
svg(icons.mdiRadiatorDisabled)
|
svg(icons.mdiRadiatorDisabled)
|
||||||
|
|
||||||
//Normalbetrieb
|
//Normalbetrieb
|
||||||
: svg(icons.mdiRadiator)
|
: svg(icons.mdiRadiator)
|
||||||
)),
|
)),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue