Skip to content

Commit 80f7414

Browse files
committed
Upgrade to CHIRPSTACK_VERSION: 4.12.1
1 parent 4dd0a46 commit 80f7414

5 files changed

Lines changed: 6 additions & 4 deletions

File tree

chirp2mqtt/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<!-- https://developers.home-assistant.io/docs/add-ons/presentation#keeping-a-changelog -->
22

3+
## 1.1.140
4+
5+
- Upgrade to CHIRPSTACK_VERSION: 4.12.1
6+
37
## 1.1.139
48

59
- Test code synchronization/refactoring

chirp2mqtt/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ build_from:
33
amd64: ghcr.io/hassio-addons/base:17.2.4
44
armv7: ghcr.io/hassio-addons/base:17.2.4
55
args:
6-
CHIRPSTACK_VERSION: 4.11.1
6+
CHIRPSTACK_VERSION: 4.12.1
77
CHIRPSTACK_GATEWAY_BRIDGE_VERSION: 4.0.11
88

99
#cosign:

chirp2mqtt/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-config
22
name: Chirp2MQTT
3-
version: "1.1.139"
3+
version: "1.1.140"
44
slug: chirp2mqtt
55
description: HA add-on to incorporatex ChirpStack LoraWan devices into MQTT integration
66
arch:

chirp2mqtt/getHaDeviceInfo/EM300-TH.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,3 @@ function getHaDeviceInfo() {
4545
}
4646
};
4747
}
48-

chirp2mqtt/getHaDeviceInfo/LHT52.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,3 @@ function getHaDeviceInfo() {
3939
}
4040
};
4141
}
42-

0 commit comments

Comments
 (0)