1
0
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:
J. Nick Koston
2025-09-21 10:37:44 -06:00
parent 113fe6dfd5
commit 93c444ee15
2 changed files with 5 additions and 5 deletions

View File

@@ -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