chore(deps): update koenkk/zigbee2mqtt docker tag to v1.36.0 (#2637)

This commit is contained in:
renovate[bot] 2024-03-01 21:40:06 +00:00 committed by GitHub
parent 93cc435f1e
commit c574e068a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 33 additions and 27 deletions

View File

@ -1,26 +1,32 @@
{ {
"$schema": "../schema.json", "$schema": "../schema.json",
"name": "Zigbee2MQTT", "name": "Zigbee2MQTT",
"port": 8290, "port": 8290,
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "zigbee2mqtt", "id": "zigbee2mqtt",
"tipi_version": 1, "tipi_version": 2,
"version": "1.35.3", "version": "1.36.0",
"categories": ["utilities", "automation"], "categories": [
"description": "Zigbee to MQTT bridge, get rid of your proprietary Zigbee bridges", "utilities",
"short_desc": "Zigbee to MQTT bridge", "automation"
"author": "@Koenkk", ],
"source": "https://github.com/Koenkk/zigbee2mqtt", "description": "Zigbee to MQTT bridge, get rid of your proprietary Zigbee bridges",
"website": "https://www.zigbee2mqtt.io/", "short_desc": "Zigbee to MQTT bridge",
"form_fields": [ "author": "@Koenkk",
{ "source": "https://github.com/Koenkk/zigbee2mqtt",
"type": "string", "website": "https://www.zigbee2mqtt.io/",
"label": "zigbee device path", "form_fields": [
"required": true, {
"hint": "/dev/ttyUSB0", "type": "string",
"env_variable": "Z2M_DEVICE" "label": "zigbee device path",
} "required": true,
], "hint": "/dev/ttyUSB0",
"supported_architectures": ["arm64", "amd64"] "env_variable": "Z2M_DEVICE"
} }
],
"supported_architectures": [
"arm64",
"amd64"
]
}

View File

@ -3,7 +3,7 @@ version: '3.7'
services: services:
zigbee2mqtt: zigbee2mqtt:
container_name: zigbee2mqtt container_name: zigbee2mqtt
image: koenkk/zigbee2mqtt:1.35.3 image: koenkk/zigbee2mqtt:1.36.0
environment: environment:
- TZ=${TZ} - TZ=${TZ}
volumes: volumes: