From 6d9f32ec92fb0b06626209442ad65add46ab1590 Mon Sep 17 00:00:00 2001 From: c6ristian Date: Fri, 10 May 2024 23:09:48 +0200 Subject: [PATCH] Update zigbee2mqtt to latest release (1.37.1) --- inventories/z9/host_vars/zigbee2mqtt.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventories/z9/host_vars/zigbee2mqtt.yaml b/inventories/z9/host_vars/zigbee2mqtt.yaml index 629dc65..5d0f857 100644 --- a/inventories/z9/host_vars/zigbee2mqtt.yaml +++ b/inventories/z9/host_vars/zigbee2mqtt.yaml @@ -1,4 +1,4 @@ -zigbee2mqtt__version: "1.32.1" +zigbee2mqtt__version: "1.37.1" zigbee2mqtt__network_key: "{{ lookup('community.general.passwordstore', 'noc/vm-secrets/z9/zigbee2mqtt/network_key', create=false, missing='error') }}" zigbee2mqtt__initial_config: "{{ lookup('ansible.builtin.template', 'z9/configs/zigbee2mqtt/zigbee2mqtt/configuration.yaml.j2') }}"