From a9258b7c04f380a920d04196e819fd177d8016dc Mon Sep 17 00:00:00 2001 From: Victor Chang Date: Mon, 10 Mar 2025 21:46:04 -0700 Subject: [PATCH] Remove `platform:` from example YAMLs. --- example_yaml/vue-utility-solar.yaml | 7 ++++--- example_yaml/vue-utility.yaml | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/example_yaml/vue-utility-solar.yaml b/example_yaml/vue-utility-solar.yaml index 25d25f8..ca643a9 100644 --- a/example_yaml/vue-utility-solar.yaml +++ b/example_yaml/vue-utility-solar.yaml @@ -3,9 +3,10 @@ ################################################## esphome: - name: vue-utility - platform: ESP32 - board: esp-wrover-kit + name: vue-utility + +esp32: + board: esp-wrover-kit external_components: source: diff --git a/example_yaml/vue-utility.yaml b/example_yaml/vue-utility.yaml index 77ef2b1..6ccb88c 100644 --- a/example_yaml/vue-utility.yaml +++ b/example_yaml/vue-utility.yaml @@ -3,9 +3,10 @@ #################################################### esphome: - name: vue-utility - platform: ESP32 - board: esp-wrover-kit + name: vue-utility + +esp32: + board: esp-wrover-kit external_components: source: