Skip to content

Commit

Permalink
translation thermostat
Browse files Browse the repository at this point in the history
  • Loading branch information
Standarduser committed May 14, 2024
1 parent d35e49a commit 3a3273f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ The widgets are designed for VIS 1.x.
### **WORK IN PROGRESS**

* (Standarduser) corrected height of settings-bool widget
* (Standarduser) corrected translation of thermostat

### 0.0.13 (2024-05-05)

Expand Down
2 changes: 1 addition & 1 deletion widgets/vis-homekittiles/js/vis-homekittiles.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ $.extend(
"comparisonGreater": { "en": ">", "de": ">" },

"oidActualTemperature": { "en": "Object ID for temperature", "de": "Objekt-ID für Temperatur" },
"oidSetPointTemperature": { "en": "Object ID for setpoint", "de": "Objekt-ID für Sollwer" },
"oidSetPointTemperature": { "en": "Object ID for setpoint", "de": "Objekt-ID für Sollwert" },
"oidHumidity": { "en": "Object ID for humidity", "de": "Objekt-ID für Feuchte" },
"oidActiveProfile": { "en": "Object ID for heating profile", "de": "Objekt-ID für Heizprofil" },
"oidLowBat": { "en": "Object ID for low battery", "de": "Objekt-ID für Batterie schwach" },
Expand Down

0 comments on commit 3a3273f

Please sign in to comment.