mirror of
https://github.com/athom-tech/esp32-configs.git
synced 2026-07-27 19:56:13 +00:00
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:
@@ -105,8 +105,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
|
||||
|
||||
Reference in New Issue
Block a user