From 85856b6412aa2726d48a9a94682d5f361d476734 Mon Sep 17 00:00:00 2001 From: Nikolay Vasilchuk Date: Tue, 2 Jul 2024 17:15:30 +0300 Subject: [PATCH] ota fix for latest esphome --- esphome/domofon.yaml | 3 ++- ge1mer/esphome/packages/base.yaml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/esphome/domofon.yaml b/esphome/domofon.yaml index 00ec0b8..0423558 100755 --- a/esphome/domofon.yaml +++ b/esphome/domofon.yaml @@ -54,7 +54,8 @@ wifi: logger: ota: - password: $ota_password + - platform: esphome + password: $ota_password # Blue status led status_led: diff --git a/ge1mer/esphome/packages/base.yaml b/ge1mer/esphome/packages/base.yaml index baf13e2..c1e06e6 100644 --- a/ge1mer/esphome/packages/base.yaml +++ b/ge1mer/esphome/packages/base.yaml @@ -32,7 +32,8 @@ logger: light: INFO ota: - password: $ota_password + - platform: esphome + password: $ota_password globals: - id: mode_auto_open