Skip to content

Commit

Permalink
chore: release v3.1.1
Browse files Browse the repository at this point in the history
* Fix: actually create states for STARKVIND Air Purifier
  • Loading branch information
AlCalzone committed Dec 21, 2021
1 parent cc80a56 commit 3d6a11f
Show file tree
Hide file tree
Showing 5 changed files with 10,952 additions and 67 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Older changes
## 2.7.3 (2021-05-14)
* Fix remaining JS-Controller 3.3 warnings

## 2.7.2 (2021-04-30)
* Avoid warning about `undefined` states in JS-Controller 3.3+

Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ The result object `ret` looks as follows:
Placeholder for next release:
### __WORK IN PROGRESS__
-->
### __WORK IN PROGRESS__
### 3.1.1 (2021-12-21)
* Fix: actually create states for STARKVIND Air Purifier

### 3.1.0 (2021-12-19)
Expand All @@ -87,9 +87,6 @@ The result object `ret` looks as follows:
### 3.0.0 (2021-06-19)
* Update dependencies, require Node.js 12+

### 2.7.3 (2021-05-14)
* Fix remaining JS-Controller 3.3 warnings

## License
The MIT License (MIT)

Expand Down
41 changes: 16 additions & 25 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "tradfri",
"version": "3.1.0",
"version": "3.1.1",
"news": {
"3.1.1": {
"en": "Fix: Actually create states for STARKVIND Air Purifier",
"de": "Fix: Zustände für den STARKVIND-Luftreiniger werden jetzt auch erstellt",
"ru": "Исправлено: фактическое создание состояний для очистителя воздуха STARKVIND.",
"pt": "Correção: crie realmente estados para o purificador de ar STARKVIND",
"nl": "Oplossing: maak daadwerkelijk toestanden aan voor STARKVIND-luchtreiniger",
"fr": "Correctif : créez réellement des états pour le purificateur d'air STARKVIND",
"it": "Correzione: crea effettivamente stati per il purificatore d'aria STARKVIND",
"es": "Solución: crear estados para el purificador de aire STARKVIND",
"pl": "Poprawka: faktycznie utwórz stany dla oczyszczacza powietrza STARKVIND",
"zh-cn": "修复:实际为 STARKVIND 空气净化器创建状态"
},
"3.1.0": {
"en": "Add support for STARKVIND Air Purifier",
"de": "Unterstützung für STARKVIND Luftreiniger hinzugefügt",
Expand Down Expand Up @@ -74,18 +86,6 @@
"es": "Evite advertir sobre estados \"indefinidos\" en JS-Controller 3.3+",
"pl": "Unikaj ostrzeżeń o stanach niezdefiniowanych w JS-Controller 3.3+",
"zh-cn": "避免在JS-Controller 3.3+中提示有关“未定义”状态的警告"
},
"2.7.1": {
"en": "Dependency updates\nFixed issues in `io-package.json` and README found by the adapter checker",
"de": "Abhängigkeitsaktualisierungen\nProbleme in `io-package.json` und README behoben, die vom Adapterprüfer gefunden wurden",
"ru": "Обновления зависимостей\nИсправлены проблемы в `io-package.json` и README, обнаруженные средством проверки адаптера.",
"pt": "Atualizações de dependência\nCorrigidos problemas em `io-package.json` e README encontrados pelo verificador de adaptador",
"nl": "Afhankelijkheid updates\nProblemen opgelost in `io-package.json` en README gevonden door de adapterchecker",
"fr": "Mises à jour des dépendances\nCorrection de problèmes dans `io-package.json` et README trouvés par le vérificateur d'adaptateur",
"it": "Aggiornamenti delle dipendenze\nRisolti i problemi in `io-package.json` e README trovati dal controllo dell'adattatore",
"es": "Actualizaciones de dependencia\nProblemas resueltos en `io-package.json` y README encontrados por el verificador del adaptador",
"pl": "Aktualizacje zależności\nNaprawiono problemy w plikach `io-package.json` i plik README znalezione przez narzędzie do sprawdzania adapterów",
"zh-cn": "依赖关系更新\n修复了适配器检查器在io-package.json和自述文件中的问题"
}
},
"title": "IKEA Trådfri",
Expand Down Expand Up @@ -113,20 +113,15 @@
"pl": "Komunikuje się z IKEA brama Trådfri do zarządzania urządzeniami",
"zh-cn": "与IKEA Trådfri网关,以控制设备"
},
"authors": [
"AlCalzone <[email protected]>"
],
"authors": ["AlCalzone <[email protected]>"],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "build/main.js",
"mode": "daemon",
"icon": "tradfri.png",
"enabled": false,
"extIcon": "https://raw.githubusercontent.com/AlCalzone/ioBroker.tradfri/master/admin/tradfri.png",
"keywords": [
"ikea",
"tradfri"
],
"keywords": ["ikea", "tradfri"],
"readme": "https://github.com/AlCalzone/ioBroker.tradfri/blob/master/README.md",
"loglevel": "info",
"type": "lighting",
Expand All @@ -150,11 +145,7 @@
"preserveTransitionTime": false,
"roundToDigits": 2
},
"protectedNative": [
"securityCode",
"identity",
"psk"
],
"protectedNative": ["securityCode", "identity", "psk"],
"objects": [],
"instanceObjects": [
{
Expand Down
Loading

0 comments on commit 3d6a11f

Please sign in to comment.