1
0
mirror of https://github.com/esphome/esphome.git synced 2025-04-08 03:40:28 +01:00

remove loading of md5 component

This commit is contained in:
Tomasz Duda 2024-05-08 21:24:55 +02:00
parent 0f148650db
commit 309024c746
2 changed files with 0 additions and 7 deletions

View File

@ -27,12 +27,6 @@
#define MD5_CTX_TYPE LT_MD5_CTX_T
#endif
#if defined(USE_ZEPHYR)
// TODO implement
#include <zephyr/crypto/crypto.h>
#define MD5_CTX_TYPE hash_ctx
#endif
namespace esphome {
namespace md5 {

View File

@ -6,7 +6,6 @@ from esphome.core import CORE
from esphome.const import CONF_ESPHOME, CONF_OTA, CONF_PLATFORM, CONF_TRIGGER_ID
CODEOWNERS = ["@esphome/core"]
AUTO_LOAD = ["md5"]
IS_PLATFORM_COMPONENT = True