From ba1ed1876eeec55f23b073fcc013a3aba679faf1 Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Tue, 16 Sep 2025 13:11:08 +0800 Subject: [PATCH] fix(esphome): revert ESP-IDF to 5.4.1 https://github.com/echavet/MitsubishiCN105ESPHome/issues/378 --- kube/deploy/apps/esphome/app/config/.common.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kube/deploy/apps/esphome/app/config/.common.yaml b/kube/deploy/apps/esphome/app/config/.common.yaml index 66928ad4..395a14ae 100644 --- a/kube/deploy/apps/esphome/app/config/.common.yaml +++ b/kube/deploy/apps/esphome/app/config/.common.yaml @@ -1,7 +1,9 @@ --- substitutions: board: "$${board | default('esp32-s3-devkitc-1')}" - framework: "$${framework | default('esp-idf')}" # This is important: the default "arduino" framework does not perform well. + framework: + type: "$${framework | default('esp-idf')}" # This is important: the default "arduino" framework does not perform well. + version: 5.4.1 esphome: name: "$${area_dns}-$${name_dns}"