Skip to content

Commit 8cc23fc

Browse files
author
Excodibur
committed
chore: release v0.7.2
- Fix switching between local and online api
1 parent ddbded7 commit 8cc23fc

File tree

4 files changed

+18
-15
lines changed

4 files changed

+18
-15
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
Placeholder for the next version (add instead of version-number-headline below):
44
## **WORK IN PROGRESS**
55
-->
6+
## 0.7.2 (2022-06-15)
7+
- Fix switching between local and online api
8+
69
## 0.7.1 (2022-05-15)
710
- (StrathCole) Fixed parsing issues as result of latest Tahoma Box update by Somfy
811

io-package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11
{
22
"common": {
33
"name": "tahoma",
4-
"version": "0.7.1",
4+
"version": "0.7.2",
55
"news": {
6+
"0.7.2": {
7+
"en": "Fix switching between local and online api",
8+
"de": "Schalten zwischen lokalen und online api",
9+
"ru": "Исправление переключения между локальным и онлайн api",
10+
"pt": "Fix switching entre api local e on-line",
11+
"nl": "Quality over Quantity (QoQ) Releases Vertaling:",
12+
"fr": "Interrupteur fixe entre api local et en ligne",
13+
"it": "Fissare la commutazione tra api locali e online",
14+
"es": "Corrección de conmutación entre api local y en línea",
15+
"pl": "Fix przełącza się między lokalną i internetową apią",
16+
"zh-cn": "地方和网上配件之间的固定转账"
17+
},
618
"0.7.1": {
719
"en": "Fixed parsing issues as result of latest Tahoma Box update by Somfy",
820
"de": "Parsing-Probleme als Ergebnis des neuesten Tahoma Box-Updates von Somfy behoben",
@@ -74,18 +86,6 @@
7486
"es": "Núcleo hecho: OnOffState cambiable",
7587
"pl": "Wykonany rdzeń: OnOffState zmienny",
7688
"zh-cn": "使 core:OnOffState 可变"
77-
},
78-
"0.5.4": {
79-
"en": "Allow temperature control by state",
80-
"de": "Temperaturregelung nach Bundesland zulassen",
81-
"ru": "Разрешить контроль температуры по штатам",
82-
"pt": "Permitir controle de temperatura por estado",
83-
"nl": "Temperatuurregeling per staat toestaan",
84-
"fr": "Autoriser le contrôle de la température par état",
85-
"it": "Consenti il controllo della temperatura per stato",
86-
"es": "Permitir control de temperatura por estado",
87-
"pl": "Zezwalaj na kontrolę temperatury według stanu",
88-
"zh-cn": "允许按状态控制温度"
8989
}
9090
},
9191
"title": "Somfy Tahoma",

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iobroker.tahoma",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"description": "Somfy Tahoma",
55
"author": {
66
"name": "Marius Burkard",

0 commit comments

Comments
 (0)