1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-31 23:21:54 +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 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"] CODEOWNERS = ["@esphome/core"]
sha256_ns = cg.esphome_ns.namespace("sha256") sha256_ns = cg.esphome_ns.namespace("sha256")
CONFIG_SCHEMA = cv.Schema({})
async def to_code(config): async def to_code(config):
# Add OpenSSL library for host platform # Add OpenSSL library for host platform

View File

@@ -1,5 +1 @@
wifi:
ssid: MySSID
password: password1
sha256: sha256: