1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 06:33:51 +00:00

Merge remote-tracking branch 'origin/dev' into heap_scheduler_stress_component

This commit is contained in:
J. Nick Koston
2025-07-06 20:13:34 -05:00
4 changed files with 38 additions and 7 deletions

View File

@@ -91,3 +91,5 @@ update:
name: OTA Update
id: ota_update
source: http://my.ha.net:8123/local/esphome/manifest.json
on_update_available:
- logger.log: "A new update is available"

View File

@@ -26,3 +26,5 @@ update:
- platform: http_request
name: Firmware Update
source: http://example.com/manifest.json
on_update_available:
- logger.log: "A new update is available"