1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 22:53:59 +00:00
This commit is contained in:
J. Nick Koston
2025-09-21 10:41:44 -06:00
parent 4cdeb3f547
commit ee7e30eaa8
9 changed files with 39 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
# 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");