From d771371ebff87f9b2818b8a3e6a402ecd11bf9ca Mon Sep 17 00:00:00 2001 From: gunstr Date: Sun, 21 Jul 2024 21:14:56 +0200 Subject: [PATCH 1/2] Update to new OTA config release in esphome 2024.06 https://esphome.io/changelog/2024.6.0#breaking-changes --- rego1000.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rego1000.yaml b/rego1000.yaml index 3677641..5c6cc4f 100644 --- a/rego1000.yaml +++ b/rego1000.yaml @@ -21,7 +21,8 @@ api: password: !secret hass_api_password ota: - password: !secret ota_password + - platform: esphome + password: !secret ota_password external_components: - source: components From 8303d32ca6a37a34537836fc0770839e8ee1e955 Mon Sep 17 00:00:00 2001 From: gunstr Date: Mon, 22 Jul 2024 19:39:18 +0200 Subject: [PATCH 2/2] Add info about the new OTA configuration --- rego1000.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rego1000.yaml b/rego1000.yaml index 5c6cc4f..37b3165 100644 --- a/rego1000.yaml +++ b/rego1000.yaml @@ -20,6 +20,8 @@ logger: api: password: !secret hass_api_password +# The OTA configuration was changed in esphome 2024.06. +# For earlier releases the '- platform: esphome' should not be included ota: - platform: esphome password: !secret ota_password