From c5150b1b4fa1719a8e46252f96598ebd4cbe4c8b Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Mon, 11 Nov 2024 17:20:13 +0100 Subject: [PATCH] configuration --- deployment/instances/udi/default/config.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/deployment/instances/udi/default/config.json b/deployment/instances/udi/default/config.json index 00ebd30..5af039c 100644 --- a/deployment/instances/udi/default/config.json +++ b/deployment/instances/udi/default/config.json @@ -119,6 +119,16 @@ } } }, + { + "topics": [ "zigbee2mqtt/+" ], + "handler": "Z2M", + "id": "Z2M", + "config": { + "databaseConnStr": "", + "attributes": { + } + } + }, { "topics": [ "shellyplusht/+/status/temperature:0" ], "handler": "SVEJ",