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

[update, http_request_update] Implement update available trigger (#9174)

This commit is contained in:
Jan-Henrik Bruhn
2025-07-07 02:36:09 +02:00
committed by GitHub
parent b6fade7339
commit 1368139f4d
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"