mirror of
https://github.com/esphome/esphome.git
synced 2025-10-30 06:33:51 +00:00
sha256 for host
This commit is contained in:
@@ -1,10 +1,14 @@
|
||||
import esphome.codegen as cg
|
||||
from esphome.core import CORE, IS_MACOS
|
||||
import esphome.config_validation as cv
|
||||
from esphome.core import CORE
|
||||
from esphome.helpers import IS_MACOS
|
||||
|
||||
CODEOWNERS = ["@esphome/core"]
|
||||
|
||||
sha256_ns = cg.esphome_ns.namespace("sha256")
|
||||
|
||||
CONFIG_SCHEMA = cv.Schema({})
|
||||
|
||||
|
||||
async def to_code(config):
|
||||
# Add OpenSSL library for host platform
|
||||
|
||||
Reference in New Issue
Block a user