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}"