mirror of
https://github.com/esphome/esphome.git
synced 2025-11-01 07:31:51 +00:00
sha256 for host
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -1,5 +1 @@
|
|||||||
wifi:
|
|
||||||
ssid: MySSID
|
|
||||||
password: password1
|
|
||||||
|
|
||||||
sha256:
|
sha256:
|
||||||
|
|||||||
Reference in New Issue
Block a user