Add ids to OTA platform entries in all device configs

Add explicit id fields to OTA platform entries across all device YAML
files so they can be referenced and overridden in device-specific
configs, e.g. to set an OTA password on the esphome platform.
This commit is contained in:
Benjamin Bennett
2026-07-23 11:52:42 -04:00
parent bd4fc05b0b
commit c3f10b3007
23 changed files with 45 additions and 0 deletions
+2
View File
@@ -93,8 +93,10 @@ api:
ota:
- platform: esphome
id: ota_esphome
# Enables OTA firmware flashing from a URL (used by the update component below)
- platform: http_request
id: ota_http_request
# Required by the ota http_request platform and the update component.
# verify_ssl: false skips TLS cert validation to reduce heap/RAM pressure during