From 46a39290b00e997312e1498358c033dd0176ddd8 Mon Sep 17 00:00:00 2001 From: Christian Elberfeld <6413499+elberfeld@users.noreply.github.com> Date: Sat, 3 Aug 2024 19:30:20 +0200 Subject: [PATCH] =?UTF-8?q?=C3=A4ltere=20firmware=20auf=20adapter=20lassen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- intern/docker_zigbee2mqtt/templates/data/configuration.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/intern/docker_zigbee2mqtt/templates/data/configuration.yaml b/intern/docker_zigbee2mqtt/templates/data/configuration.yaml index 5a516d90..6d15db3b 100644 --- a/intern/docker_zigbee2mqtt/templates/data/configuration.yaml +++ b/intern/docker_zigbee2mqtt/templates/data/configuration.yaml @@ -19,8 +19,7 @@ serial: # Location of SLZB-06M port: tcp://{{ slzb06.host }}:6638 baudrate: 115200 - rtscts: false - adapter: ember + adapter: ezsp # Web Frontend # https://www.zigbee2mqtt.io/guide/configuration/frontend.html -- GitLab