Skip to content

Commit 8592aa3

Browse files
author
NoBl
committed
release prep
1 parent 338fbca commit 8592aa3

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,9 @@ This channel contains calculated values. Currently these are day/week/month/year
366366
*Read-only number, which designates the number of wallbox [0..3]. This is only available on systems with configured wallboxes.*
367367

368368
## Changelog
369+
### 1.6.1 (NoBl)
370+
* Bugfixes
371+
369372
### 1.6.0 (NoBl)
370373
* Added option to also poll SENEC App API. This requires user credentials for mein-senec.de
371374
* We are starting with just some information - more to follow. But with Dashboard we at least have current values and day statistics back.

io-package.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
{
22
"common": {
33
"name": "senec",
4-
"version": "1.6.0",
4+
"version": "1.6.1",
55
"news": {
6+
"1.6.1": {
7+
"en": "Bugfixes for API reading.",
8+
"de": "Bugfixes im API Handling.",
9+
"ru": "Bugfixes для чтения API.",
10+
"pt": "Bugfixes para leitura de API.",
11+
"nl": "Bugfixes voor API-lezing.",
12+
"fr": "Bugfixes pour la lecture de l'API.",
13+
"it": "Bugfixes per la lettura API.",
14+
"es": "Bugfixes para la lectura de API.",
15+
"pl": "Bugfixes for API reading (ang.).",
16+
"uk": "Виправлення помилок для читання API.",
17+
"zh-cn": "评 注."
18+
},
619
"1.6.0": {
720
"en": "You can now configure to request SENEC App API.",
821
"de": "Sie können nun die SENEC App API abfragen.",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iobroker.senec",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "Senec Home",
55
"author": {
66
"name": "NoBl",

0 commit comments

Comments
 (0)