iobroker.teslafi 2.0.5 → 2.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/io-package.json +14 -14
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -80,6 +80,11 @@ If you enjoyed this project — or just feeling generous, consider buying me a b
|
|
|
80
80
|
### **WORK IN PROGRESS**
|
|
81
81
|
-->
|
|
82
82
|
|
|
83
|
+
### 2.0.6 (2026-02-27)
|
|
84
|
+
|
|
85
|
+
- (hombach) update axios
|
|
86
|
+
- (hombach) update dependencies
|
|
87
|
+
|
|
83
88
|
### 2.0.5 (2026-01-01)
|
|
84
89
|
|
|
85
90
|
- (hombach) optimize dependabot config (#209)
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "teslafi",
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.6",
|
|
5
5
|
"news": {
|
|
6
|
+
"2.0.6": {
|
|
7
|
+
"en": "update axios\nupdate dependencies",
|
|
8
|
+
"de": "axios\naktualisierung der abhängigkeiten",
|
|
9
|
+
"ru": "обновление axios\nобновление зависимостей",
|
|
10
|
+
"pt": "atualizar axios\natualizar dependências",
|
|
11
|
+
"nl": "axios bijwerken\nafhankelijkheden bijwerken",
|
|
12
|
+
"fr": "mettre à jour axios\nmettre à jour les dépendances",
|
|
13
|
+
"it": "aggiornamento assio\naggiornamento dipendenze",
|
|
14
|
+
"es": "actualización axios\ndependencias de actualización",
|
|
15
|
+
"pl": "aktualizacja axios\naktualizacji zależności",
|
|
16
|
+
"uk": "оновлення axios\nоновлення залежності",
|
|
17
|
+
"zh-cn": "更新轴线\n更新依赖关系"
|
|
18
|
+
},
|
|
6
19
|
"2.0.5": {
|
|
7
20
|
"en": "optimize dependabot config (#209)\nyear 2026 changes\nupdate axios\nupdate dependencies",
|
|
8
21
|
"de": "optimieren abhängigabot config (#209)\njahr 2026 änderungen\naxios\naktualisierung der abhängigkeiten",
|
|
@@ -80,19 +93,6 @@
|
|
|
80
93
|
"pl": "BREAKING: Upuszczone wsparcie dla Node.js 18 (# 135)\nBREAKING: Upuszczone wsparcie sterownika js- 5 (# 135)\nuzależnienia od guza",
|
|
81
94
|
"uk": "BREAKING: Dropped підтримка для Node.js 18 (#135)\nBREAKING: Dropped підтримка для js-controller 5 (#135)\nbump залежності",
|
|
82
95
|
"zh-cn": "BREEAKING:已放弃对Node.js 18(# 135)的支持\n中断 : js 控制器 5 (# 135) 已放弃支持\n意外依赖"
|
|
83
|
-
},
|
|
84
|
-
"1.5.0": {
|
|
85
|
-
"en": "add set HVAC temperature (#121)\nacknowledge commands after sending to TeslaFi\nadd commands count state (#127)\nadd set seat heater commands (#121)",
|
|
86
|
-
"de": "hVAC-Temperatur hinzufügen (#121)\nbefehle nach dem Senden an TeslaFi anerkennen\nbefehle hinzufügen zählzustand (#127)\nset sitzheizungsbefehle hinzufügen (#121)",
|
|
87
|
-
"ru": "установить температуру HVAC (#121)\nпринять команды после отправки в TeslaFi\nдобавить команду count state (#127)\nдобавить команды обогревателя сидений (#121)",
|
|
88
|
-
"pt": "adicionar temperatura HVAC definida (#121)\nreconhecer comandos depois de enviar para TeslaFi\nadicionar comandos count state (#127)\nadicionar comandos de aquecedor de assento fixo (#121)",
|
|
89
|
-
"nl": "set HVAC-temperatuur toevoegen (#121)\nerkende opdrachten na het verzenden naar TeslaFi\ncommando's tellen status toevoegen (#127)\nset seat heater commando's toevoegen (#121)",
|
|
90
|
-
"fr": "ajouter le réglage de la température CVC (#121)\nreconnaître les commandes après l'envoi à TeslaFi\najouter l'état du nombre de commandes (#127)\najouter des commandes de chauffage de siège (#121)",
|
|
91
|
-
"it": "aggiungere la temperatura HVAC impostata (#121)\nriconoscere i comandi dopo l'invio a TeslaFi\naggiungere i comandi conteggio stato (#127)\naggiungere comandi di riscaldamento del sedile (#121)",
|
|
92
|
-
"es": "añadir el conjunto HVAC temperatura (#121)\nreconocer comandos después de enviar a TeslaFi\nañadir comandos contar estado (#127)\nañadir comandos de calentador de asiento (#121)",
|
|
93
|
-
"pl": "dodać zestaw temperatury HVAC (# 121)\npotwierdź polecenia po wysłaniu do TeslaFi\ndodaj stan liczenia poleceń (# 127)\ndodaj polecenia zestawu podgrzewacza siedzenia (# 121)",
|
|
94
|
-
"uk": "доданий набір температури HVAC (#121)\nвизначте команди після відправки в TeslaFi\nadd commands count state (#127)\nдодано набір команд нагрівача сидіння (#121)",
|
|
95
|
-
"zh-cn": "添加成套HVAC温度(# 121)\n发送到 TeslaFi 后确认命令\n添加命令计数状态 (# 127)\n添加座位加热器命令( # 121)"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"titleLang": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.teslafi",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.6",
|
|
4
4
|
"description": "Adapter to poll TeslaFi data of your car",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Hombach",
|
|
@@ -24,21 +24,21 @@
|
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@iobroker/adapter-core": "^3.3.2",
|
|
27
|
-
"axios": "^1.13.
|
|
27
|
+
"axios": "^1.13.6",
|
|
28
28
|
"date-fns": "^4.1.0"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@alcalzone/release-script": "^5.
|
|
32
|
-
"@alcalzone/release-script-plugin-iobroker": "^
|
|
33
|
-
"@alcalzone/release-script-plugin-license": "^
|
|
34
|
-
"@alcalzone/release-script-plugin-manual-review": "^
|
|
31
|
+
"@alcalzone/release-script": "^5.1.1",
|
|
32
|
+
"@alcalzone/release-script-plugin-iobroker": "^5.1.2",
|
|
33
|
+
"@alcalzone/release-script-plugin-license": "^5.1.1",
|
|
34
|
+
"@alcalzone/release-script-plugin-manual-review": "^5.1.1",
|
|
35
35
|
"@iobroker/adapter-dev": "^1.5.0",
|
|
36
36
|
"@iobroker/eslint-config": "^2.2.0",
|
|
37
37
|
"@iobroker/testing": "^5.2.2",
|
|
38
38
|
"@iobroker/types": "^7.1.0",
|
|
39
39
|
"@types/chai": "^5.2.3",
|
|
40
40
|
"@types/chai-as-promised": "^8.0.2",
|
|
41
|
-
"@types/node": "^25.
|
|
41
|
+
"@types/node": "^25.3.2",
|
|
42
42
|
"@types/proxyquire": "^1.3.31",
|
|
43
43
|
"@types/sinon": "^21.0.0",
|
|
44
44
|
"@types/sinon-chai": "^4.0.0",
|