From cd7f173f88a65e95b57d7ed76f2807054ba6659e Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Fri, 16 Feb 2024 10:49:51 +0100 Subject: [PATCH] Updated configuration --- configuration.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configuration.yaml b/configuration.yaml index 458a86c..8e9e040 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -156,6 +156,10 @@ advanced: # by firmware (for example to migrate heat, or by using an unsupported firmware). # For the CC2652R(B) this is 5 dBm, CC2652P/CC1352P-2 20 dBm. transmit_power: 3 + # Optional: Set the adapter delay, only used for Conbee/Raspbee adapters (default 0). + # In case you are having issues try `200`. + # For more information see https://github.com/Koenkk/zigbee2mqtt/issues/4884 + adapter_delay: 0 # Optional: state caching, MQTT message payload will contain all attributes, not only changed ones. # Has to be true when integrating via Home Assistant (default: true) #cache_state: true -- 2.47.3