From 01b8d598f2e5c083e5f1b3eda8fd214d72a82628 Mon Sep 17 00:00:00 2001 From: Darsey Litzenberger Date: Tue, 24 Mar 2026 21:44:01 -0600 Subject: [PATCH] athom-without-relay-plug: Add ota-update-password support --- athom-without-relay-plug.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/athom-without-relay-plug.yaml b/athom-without-relay-plug.yaml index d174f19..29e057c 100644 --- a/athom-without-relay-plug.yaml +++ b/athom-without-relay-plug.yaml @@ -17,6 +17,8 @@ packages: - athom-without-relay-plug.yaml - !include common/git-branch.yaml + - !include common/ota.yaml + - !include common/ota-update-password.yaml esphome: name: "${name}" @@ -34,8 +36,7 @@ wifi: password: !secret default_ap_password ota: - - id: !extend ota_esphome_id - password: !secret default_ota_password + - id: !remove ota_esphome_id # common/ota.yaml adds id: ota_id web_server: ota: false