mirror of
https://github.com/esphome/esphome.git
synced 2026-02-28 18:04:19 -07:00
7 lines
247 B
YAML
7 lines
247 B
YAML
# Host platform doesn't support OTA, so we can't test SHA256 indirectly
|
|
# The SHA256 component is tested via unit tests instead
|
|
esphome:
|
|
on_boot:
|
|
- lambda: |-
|
|
ESP_LOGI("SHA256", "SHA256 component available on host for library use");
|