Skip to content

Commit

Permalink
chore: release v1.8.19
Browse files Browse the repository at this point in the history
* (arteck) fix occupancy_timeout
* (arteck) fix battery percentage and voltage
  • Loading branch information
arteck committed Jul 31, 2023
1 parent 91e9486 commit 6abbc35
Show file tree
Hide file tree
Showing 4 changed files with 110 additions and 77 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,9 @@ You can thank the authors by these links:


## Changelog
### 1.8.19 (2023-07-31)
* (arteck) fix occupancy_timeout
* (arteck) fix battery percentage and voltage

### 1.8.18 (2023-07-16)
* (arteck) little fix sentry and error log
Expand Down
19 changes: 14 additions & 5 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "zigbee",
"version": "1.8.18",
"version": "1.8.19",
"news": {
"1.8.19": {
"en": "fix occupancy_timeout\nfix battery percentage and voltage",
"de": "fix occupation_timeout\nbatterieanteil und spannung fixieren",
"ru": "исправить occupancy_timeout\nисправить процент батареи и напряжение",
"pt": "corrigir ocupação_timeout\ncorrigir a porcentagem da bateria e a tensão",
"nl": "vertaling:\nvertaling:",
"fr": "fix occupancy_timeout\nfixer le pourcentage de la batterie et la tension",
"it": "fix occupazione_timeout\ncorreggere la percentuale della batteria e la tensione",
"es": "arreglar ocupación_timeout\nfijar porcentaje de batería y tensión",
"pl": "naprawa occupancy_time\nodsetek baterii i napięcia",
"uk": "фіксувати occupancy_timeout\nфіксувати відсоток акумулятора і напруга",
"zh-cn": "fix 占用:时间假\nfix 电池百分比和火山"
},
"1.8.18": {
"en": "little fix sentry and error log\n",
"de": "kleines fix-sende- und fehlerprotokoll\n",
Expand Down Expand Up @@ -53,10 +66,6 @@
"1.8.11": {
"en": "fix exposes with composite list",
"de": "fix exposes with composite list"
},
"1.8.10": {
"en": "fix group access and any new functions",
"de": "fix group access and any new functions"
}
},
"title": "Zigbee",
Expand Down
164 changes: 93 additions & 71 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6abbc35

Please sign in to comment.