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:
parent
0f148650db
commit
309024c746
@ -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 {
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user