You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gui: add title in div container in order to show a popup (useful when the card is rendered with no icons/texts) fix#50
code: add a bottom limit to HI calcs so it won't fall when there's no "heat" in the room, fix#48
languages: add polish from PR by @mailwash, fix slovak from PR by @misa1515, fix czech
"description": "Karta wyświetlająca informacje na temat indeksu cieplnego i indeksu dyskomfortu cieplnego bazując na temperaturze i wilgotności w pokoju!",
4
+
"di": "Indeks dyskomfortu cieplnego",
5
+
"hi": "Indeks cieplny",
6
+
"humidity": "Wilgotność",
7
+
"invalid_configuration": "konfiguracja karty Comfortable Environment jest nieprawidłowa lub nie ustnieje, sprawdź ustawienia!",
8
+
"temperature": "Temperatura",
9
+
"version": "Wersja"
10
+
},
11
+
"configurator": {
12
+
"display_precision": "Wyświetl N liczb po przecinku",
13
+
"hum_sensor": "Czujnik wilgotności",
14
+
"index_showinfo": "Wyświetl szczegóły",
15
+
"room_name": "Nazwa pokoju",
16
+
"show_index": "Wybierz który indeks chcesz pokazać",
17
+
"show_realvalues": "Wyświetl dokładne wartości w prawym górnym rogu",
0 commit comments