athom-without-relay-plug: Add ota-update-password support

This commit is contained in:
2026-03-24 21:44:01 -06:00
parent 1f3a8c5422
commit 01b8d598f2

View File

@@ -17,6 +17,8 @@ packages:
- athom-without-relay-plug.yaml - athom-without-relay-plug.yaml
- !include common/git-branch.yaml - !include common/git-branch.yaml
- !include common/ota.yaml
- !include common/ota-update-password.yaml
esphome: esphome:
name: "${name}" name: "${name}"
@@ -34,8 +36,7 @@ wifi:
password: !secret default_ap_password password: !secret default_ap_password
ota: ota:
- id: !extend ota_esphome_id - id: !remove ota_esphome_id # common/ota.yaml adds id: ota_id
password: !secret default_ota_password
web_server: web_server:
ota: false ota: false