Skip to content

Commit

Permalink
Fix local Zigbee2mqtt version to 1.42.0 (#2180)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Gilles authored Dec 6, 2024
1 parent dfff5d2 commit 9aecc6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gladys-z2m-zigbee2mqtt",
"Image": "koenkk/zigbee2mqtt:latest",
"Image": "koenkk/zigbee2mqtt:1.42.0",
"ExposedPorts": {},
"HostConfig": {
"Binds": [],
Expand Down
2 changes: 1 addition & 1 deletion server/services/zigbee2mqtt/lib/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const DEFAULT = {
'zigbee2mqtt/#', // Default zigbee2mqtt topic
],
DOCKER_MQTT_VERSION: '4', // Last version of MQTT docker file
DOCKER_Z2M_VERSION: '3', // Last version of Z2M docker file,
DOCKER_Z2M_VERSION: '4', // Last version of Z2M docker file,
CONFIGURATION_PATH: 'zigbee2mqtt/z2m/configuration.yaml',
CONFIGURATION_CONTENT: {
homeassistant: false,
Expand Down

0 comments on commit 9aecc6f

Please sign in to comment.