From c574e068a4dab69c1108ef6bb83d67d079fc548f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 21:40:06 +0000 Subject: [PATCH] chore(deps): update koenkk/zigbee2mqtt docker tag to v1.36.0 (#2637) --- apps/zigbee2mqtt/config.json | 58 ++++++++++++++++------------- apps/zigbee2mqtt/docker-compose.yml | 2 +- 2 files changed, 33 insertions(+), 27 deletions(-) diff --git a/apps/zigbee2mqtt/config.json b/apps/zigbee2mqtt/config.json index 57f91f81..0f7cce65 100755 --- a/apps/zigbee2mqtt/config.json +++ b/apps/zigbee2mqtt/config.json @@ -1,26 +1,32 @@ -{ - "$schema": "../schema.json", - "name": "Zigbee2MQTT", - "port": 8290, - "available": true, - "exposable": true, - "id": "zigbee2mqtt", - "tipi_version": 1, - "version": "1.35.3", - "categories": ["utilities", "automation"], - "description": "Zigbee to MQTT bridge, get rid of your proprietary Zigbee bridges", - "short_desc": "Zigbee to MQTT bridge", - "author": "@Koenkk", - "source": "https://github.com/Koenkk/zigbee2mqtt", - "website": "https://www.zigbee2mqtt.io/", - "form_fields": [ - { - "type": "string", - "label": "zigbee device path", - "required": true, - "hint": "/dev/ttyUSB0", - "env_variable": "Z2M_DEVICE" - } - ], - "supported_architectures": ["arm64", "amd64"] -} +{ + "$schema": "../schema.json", + "name": "Zigbee2MQTT", + "port": 8290, + "available": true, + "exposable": true, + "id": "zigbee2mqtt", + "tipi_version": 2, + "version": "1.36.0", + "categories": [ + "utilities", + "automation" + ], + "description": "Zigbee to MQTT bridge, get rid of your proprietary Zigbee bridges", + "short_desc": "Zigbee to MQTT bridge", + "author": "@Koenkk", + "source": "https://github.com/Koenkk/zigbee2mqtt", + "website": "https://www.zigbee2mqtt.io/", + "form_fields": [ + { + "type": "string", + "label": "zigbee device path", + "required": true, + "hint": "/dev/ttyUSB0", + "env_variable": "Z2M_DEVICE" + } + ], + "supported_architectures": [ + "arm64", + "amd64" + ] +} diff --git a/apps/zigbee2mqtt/docker-compose.yml b/apps/zigbee2mqtt/docker-compose.yml index 23d995cb..17de0e55 100644 --- a/apps/zigbee2mqtt/docker-compose.yml +++ b/apps/zigbee2mqtt/docker-compose.yml @@ -3,7 +3,7 @@ version: '3.7' services: zigbee2mqtt: container_name: zigbee2mqtt - image: koenkk/zigbee2mqtt:1.35.3 + image: koenkk/zigbee2mqtt:1.36.0 environment: - TZ=${TZ} volumes: