From 8acf593cee5f01aabad5a3689d4ca7797e484454 Mon Sep 17 00:00:00 2001 From: Regev Brody Date: Mon, 15 Nov 2021 22:37:33 +0200 Subject: [PATCH] fix: Icons not working in HA 2021.11 Closes #282 --- src/main.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.ts b/src/main.ts index ad4f087..6d0e1d5 100644 --- a/src/main.ts +++ b/src/main.ts @@ -431,6 +431,7 @@ export default class SimpleThermostat extends LitElement { icon=${row ? ICONS.PLUS : ICONS.UP} @click="${() => this.setTemperature(this.stepSize, field)}" > +

+ `