diff --git a/components/awox_mesh/__init__.py b/components/awox_mesh/__init__.py index 02989e1..8707281 100644 --- a/components/awox_mesh/__init__.py +++ b/components/awox_mesh/__init__.py @@ -77,6 +77,3 @@ async def to_code(config): cg.add(var.register_connection(connection_var)) cg.add(var.set_address_prefix(config["address_prefix"])) await esp32_ble_tracker.register_client(connection_var, config["connection"]) - - # Crypto - cg.add_library("rweather/Crypto", "0.4.0") diff --git a/components/awox_mesh/awox_mesh.h b/components/awox_mesh/awox_mesh.h index 2429d90..56c224d 100644 --- a/components/awox_mesh/awox_mesh.h +++ b/components/awox_mesh/awox_mesh.h @@ -5,10 +5,6 @@ #include #include -#include -#include -#include - #include "esphome/core/hal.h" #include "esphome/components/esp32_ble_client/ble_client_base.h" #include "esphome/components/esp32_ble_tracker/esp32_ble_tracker.h"