From 1eb1025c18a102f30ac12f5c6ebbcea369bb88ef Mon Sep 17 00:00:00 2001 From: s-hadinger <49731213+s-hadinger@users.noreply.github.com> Date: Fri, 19 Jan 2024 13:28:12 +0100 Subject: [PATCH] Berry/Zigbee auto `import zigbee` (#20543) --- tasmota/tasmota_xdrv_driver/xdrv_52_7_berry_embedded.ino | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tasmota/tasmota_xdrv_driver/xdrv_52_7_berry_embedded.ino b/tasmota/tasmota_xdrv_driver/xdrv_52_7_berry_embedded.ino index f9e8a3db9..d7dfdfda8 100644 --- a/tasmota/tasmota_xdrv_driver/xdrv_52_7_berry_embedded.ino +++ b/tasmota/tasmota_xdrv_driver/xdrv_52_7_berry_embedded.ino @@ -89,6 +89,10 @@ const char berry_prog[] = "import solidify " #endif +#ifdef USE_ZIGBEE + "import zigbee " +#endif + #ifdef USE_MATTER_DEVICE "import matter " "global.matter_device = matter.Device() "