Formating for the linter

This commit is contained in:
Ranlvor 2020-11-15 03:30:51 +01:00
parent 9e388f4ae9
commit e3eb924f1f
Signed by untrusted user who does not match committer: Ranlvor
GPG key ID: 5E12D04750EF6F8E

View file

@ -321,13 +321,12 @@ 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")))
: s["heaterBedroomTsoll"] === "126.5" ? //Wintermodus => Heizungsstatus anzeigen
: s["heaterBedroomTsoll"] === "126.5" ?
//Solltemperatur == aus //Solltemperatur == aus
svg(icons.mdiRadiatorDisabled) svg(icons.mdiRadiatorDisabled)
//Normalbetrieb
//Normalbetrieb : svg(icons.mdiRadiator)
: svg(icons.mdiRadiator)
)), )),
ui: [ ui: [
{ {